Skip to content

repair broken tests#15

Draft
corviday wants to merge 3 commits into
masterfrom
038
Draft

repair broken tests#15
corviday wants to merge 3 commits into
masterfrom
038

Conversation

@corviday
Copy link
Copy Markdown
Contributor

@corviday corviday commented May 30, 2025

This PR fixes two tests which broke due to changes in the ways underlying system libraries work:

  1. A test of reprojecting coordinates from one system to another stopped working when the proj4 library no longer did an automatic units conversion; the units have to be manually fixed. @QSparks tracked this down
  2. A test of writing to a netCDF file began failing with system library netCDF 4.9.1 . As of this version of the netCDF system library, if you change a variable's _FillValue by assigning a value to the attribute with the same name, and then write to the variable, the write will crash.

Resolves #11

@corviday corviday marked this pull request as draft June 13, 2025 21:58
@corviday
Copy link
Copy Markdown
Contributor Author

Draft until:

  • it can be uploaded to CRAN (depends on PCICt)
  • tests can be fixed

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

Successfully merging this pull request may close these issues.

package is once again failing CRAN tests

1 participant