We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't see the need for the custom exceptions we have here,
https://github.com/sgrid/pysgrid/blob/master/pysgrid/custom_exceptions.py
They add an unnecessary extra complexity layer and they are a burden to maintainers. In the end all those exceptions are ValueErrors.
ValueErrors
Also, we need to mimic pyugrid messages and return what is failing instead of just failing.
pyugrid
PS: I just fixed a dataset thanks to pyugrid's messages saying what variables where missing or in a non-compliant form.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't see the need for the custom exceptions we have here,
https://github.com/sgrid/pysgrid/blob/master/pysgrid/custom_exceptions.py
They add an unnecessary extra complexity layer and they are a burden to maintainers. In the end all those exceptions are
ValueErrors
.Also, we need to mimic
pyugrid
messages and return what is failing instead of just failing.PS: I just fixed a dataset thanks to pyugrid's messages saying what variables where missing or in a non-compliant form.
The text was updated successfully, but these errors were encountered: