-
Notifications
You must be signed in to change notification settings - Fork 367
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
Updated(?) netCDF leads to new crash in grdpaste #512
Comments
This is a bug in netCDF 4.6.2 (Unidata/netcdf-c#1265) that was fixed in 4.6.3 released March 5. So presumably the only recourse is to await distros pushing out netcdf 4.6.3 (I am stuck on 4.6.2). |
The workaround for people needing to use grdpaste is to convert your files to GMT native binary which bypasses the netCDF library, i.e.,
|
Fixed in GMT master and 5.4, now closed. |
obaney
pushed a commit
to obaney/gmt
that referenced
this issue
Aug 18, 2021
…gTools#512) Let pytest generate coverage reports in both XML and HTML formats. HTML version is useful for viewing reports locally, and XML version is for codecov. If all tests pass, the XML and HTML coverage reports will be copied into the root directory; otherwise, they will be in the tmp-test-dir-with-unique-name directory.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grdpaste, when pasting two grids together now results in a new type of crash inside netCDF. Easy to demonstrate:
netcdf library version 4.6.2 of Mar 9 2019 17:48:03.
We are presumably doing something that was OK in the paste but that the netCDF police (e.g., NC_check_nulls) is now cracking down on. Perhaps @remkos knows the story?
The text was updated successfully, but these errors were encountered: