We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@jemorrison reported that parsing list arguments of steps does not work. Indeed, I verified that running strun with
strun
--steps.resample.output_shape=500,800
which used to work before, no longer works:
ValueError: Config parameter 'output_shape': the value "500,800" is of the wrong type.
CC: @stscieisenhamer
After some detective work, I determined that #57 broke support for list arguments.
The text was updated successfully, but these errors were encountered:
Note #69 is the same issue and has a solution available.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
@jemorrison reported that parsing list arguments of steps does not work. Indeed, I verified that running
strun
withwhich used to work before, no longer works:
CC: @stscieisenhamer
After some detective work, I determined that #57 broke support for list arguments.
The text was updated successfully, but these errors were encountered: