You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: add an optional shape parameter. if set -> np.flatten().reshape(shape)
If array data is given in the tool.json, the parser should automatically convert the data to a specified shape. This could be used to consume arbitrary arrays and pass them to the tool in the correct shape.
On this input side, this setting could be used specify the input shape and length.
The text was updated successfully, but these errors were encountered:
Covering this TODO:
tool-runner/toolbox_runner/parameter.py
Line 33 in 520cb20
If array data is given in the
tool.json
, the parser should automatically convert the data to a specified shape. This could be used to consume arbitrary arrays and pass them to the tool in the correct shape.On this input side, this setting could be used specify the input shape and length.
The text was updated successfully, but these errors were encountered: