Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue #774: Fix assert_equal_content in test_rasterio_ascii #775

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

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

JoerivanEngelen
Copy link
Contributor

Fixes #774

Description

Build in #760 fails for test_rasterio_ascii

test_rasterio_ascii doesn't work for GDAL 3.8.3 compared to 3.7.3.

Previously it was tested if files are exactly identical. This defeats the purpose, more important is that GDAL can read the file and interprets the file equal as if it were written with GDAL. Replacing assert_equal_content with the changes fixes things.

Checklist

  • Links to correct issue
  • Update changelog, if changes affect users
  • PR title starts with Issue #nr, e.g. Issue #737
  • Unit tests were added
  • If feature added: Added/extended example

@JoerivanEngelen JoerivanEngelen added this pull request to the merge queue Jan 24, 2024
Merged via the queue into master with commit 7cf6310 Jan 24, 2024
@JoerivanEngelen JoerivanEngelen deleted the 774_rasterio_ascii_gdal branch January 24, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

test_rasterio_ascii fails for GDAL 3.8.3
3 participants