elegant-petabyte-32634
06/01/2022, 11:51 AMpyflyte run
on
@workflow
def wf(
total_samples: List[int] = [16, 32, 64, 256],
):
I get TypeError: the JSON object must be str, bytes or bytearray, not list
but without specifying a default it does work (and i can pass it to pyflyte as a string json list)tall-lock-23197
elegant-petabyte-32634
06/01/2022, 12:43 PMtall-lock-23197
elegant-petabyte-32634
06/01/2022, 1:01 PM