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

Utility functions error and warning behavior #1598

Open
Magnus167 opened this issue Apr 4, 2024 · 0 comments
Open

Utility functions error and warning behavior #1598

Magnus167 opened this issue Apr 4, 2024 · 0 comments

Comments

@Magnus167
Copy link
Member

The utility functions should allow (where reasonable and possible) the following arguments:

  • raise_error: bool: default True. If true, the function does not raise an error. instead falls back to an otherwise valid state, i.e. (eg1) in case of missing data a function may warn and continue. (eg2) in case of a calculation function the function may simply return NA
  • suppress_warnings: default False. If true, the function will not raise any warnings
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