Replies: 1 comment
-
Yes, this can be handled by placing a separate file in the folder resources/extra_args, where the arguments are read from. See gobnilp for an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Felix,
We are trying to add some algos that have parameters that do not require a run for each item in the list.
For example
here
param
[1,2,3] is a single input and we do not need to kick algo_1 for 1, 2 and 3 separately.How do you handle this. Is there a schema change that we can add to
param
to restrict its useBeta Was this translation helpful? Give feedback.
All reactions