Skip to content
New issue

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

Parsing step's list arguments is broken #71

Closed
mcara opened this issue Sep 27, 2022 · 1 comment · Fixed by #73
Closed

Parsing step's list arguments is broken #71

mcara opened this issue Sep 27, 2022 · 1 comment · Fixed by #73

Comments

@mcara
Copy link
Member

mcara commented Sep 27, 2022

@jemorrison reported that parsing list arguments of steps does not work. Indeed, I verified that running strun with

--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.

@jdavies-st
Copy link
Contributor

Note #69 is the same issue and has a solution available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants