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

missing config argument in installation test file #16

Open
sschmidt23 opened this issue Sep 25, 2024 · 0 comments
Open

missing config argument in installation test file #16

sschmidt23 opened this issue Sep 25, 2024 · 0 comments

Comments

@sschmidt23
Copy link
Collaborator

The installation instructions ask the user to run
python scripts/processFilters.py tests/parametersTest.cfg as part of the install checks. This currently results in a KeyError exception because sed_fmt is missing from the test config file. It looks like missing keywords used to not result in a KeyError and would have default values assigned, I guess configparser must have updated how they handle missing keywords at some point in the last 8 years.

Simple solution for now is to add sed_fmt: sed to the config so that the tests run again. Eventually we may want to look more into configparser and see if we can turn off the KeyError for missing args or see if there is some updated way of handling default values.

sschmidt23 added a commit that referenced this issue Sep 25, 2024
add missing keyword to tests/parametersTest.cfg addresses #16
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

No branches or pull requests

1 participant