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

Add better checks on assumed input types/values to all functions #462

Open
mkruckow opened this issue Dec 3, 2024 · 0 comments
Open

Add better checks on assumed input types/values to all functions #462

mkruckow opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mkruckow
Copy link
Collaborator

mkruckow commented Dec 3, 2024

We have a lot of functions, which work currently with assumptions either only written in the doc-strings or even nowhere mentioned. All this can produce unforeseen runtime errors at any parts of the code.
A more specific example in the case of None type objects is already given in issue #236 .
Another common case are floats or integers to be of the correct type or range.

@mkruckow mkruckow added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant