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

Input Error Messages #300

Open
PDoakORNL opened this issue Mar 3, 2023 · 0 comments
Open

Input Error Messages #300

PDoakORNL opened this issue Mar 3, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@PDoakORNL
Copy link
Contributor

Currently DCA does little checking of user input for validity or match with the built executable model etc. This needs to improve even for expert users.

  1. If working directory is not present hdf5 output crashes with vague error.
  2. Model sections for models other than the one the executable is built for are silently ignored.
  3. Model sections with name typos are silently ignored and model is run with defaults.
  4. Numeric inputs are not checkedd to be numeric data resulting in crashes due to random numerical errors later.
@PDoakORNL PDoakORNL added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant