forked from marbl-ecosys/MARBL
-
Notifications
You must be signed in to change notification settings - Fork 0
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
After test_set_interior pull request, create new MARBL issue #25
Comments
Another issue to create: move from |
Another issue: is it possible to clean up the error traceback code? Maybe |
Documentation clean up:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
netcdf_comparison.py
itself should be tested. A good unit test script would just create small xarray datasets with known pass / fail status in the comparison tool and make sure everything behaves as expected. Important edge cases to cover (in addition to the obvious checks):NaN
mismatch between two datasetsnum_levels
butnum_levels = 4
in one dataset and5
in the other)The text was updated successfully, but these errors were encountered: