-
Notifications
You must be signed in to change notification settings - Fork 97
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
Test failures on Windows #219
Comments
Current state:
and
|
If all mdarray functions fail, maybe the GDAL version is too old and the compile guards don't work? 🤔 |
GDAL version is 3.4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running tests in CI on Windows (#218) a few tests fail:
Comments from @rmanoka:
raster::tests::test_create_with_band_type_with_options
: we're trying to create/tmp/test.tif
which is not valid path in windows. Should use a properenv::temp_dir
for platform compat.vector::vector_tests::tests::test_write_features
: seems to be fromfs::remove_file
when the dataset is open. Should remove the file after the dataset is dropped I guess.spatial_ref::tests::auto_identify
: the error code isOGRERR_UNSUPPORTED_SRS
so I suppose the GDAL installation is outdated / doesn't contain many coordinate systems?The text was updated successfully, but these errors were encountered: