Unanswered
Hi Everyone,
I Have An Issue With Using A
Hi everyone,
I have an issue with using a List[List[int]]
in the add_parameter
function of the PipelineController
. It's pretty weird, because the pipeline function step that uses the parameter works fine, but the next step that doesn't use the parameter of the pipeline throws an error in the yaml
parser. See screenshot. Also below the example code that shows the example. When I convert my data via pickle
to a byte string, I don't have any issues, but that's kind of sub-optimal to convert all parameters to strings.
Does anyone have an idea what the problem might be, and whether there is something I can do, to make it work?
Attached the code that shows the issue.
504 Views
0
Answers
7 months ago
7 months ago
Tags
Similar posts