Tim-Oliver
11/14/2022, 9:01 AMparameter must be less than or equal to 2
error in the cloud UI if I want to customize a tuple/list parameter. Is this a known issue?Bianca Hoch
11/14/2022, 7:16 PMTim-Oliver
11/15/2022, 7:58 AMdef flow(a_tuple: Tuple[int, int] = tuple([1, 2]), a_list: List[int] = [1, 2]):
Bianca Hoch
11/15/2022, 4:50 PM