Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Jul 26, 2024
1 parent f03fd1a commit aaebe95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CI/SCRIPTS/test_rasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,9 @@ def test_merge_different_crs():
# Merge GTiff
raster_merged_tif_out = os.path.join(tmp_dir, "test_merged.tif")
rasters.merge_gtiff([raster_1_path, raster_2_path], raster_merged_tif_out)
ci.assert_raster_equal(raster_merged_tif_out, true_tif_path)
ci.assert_raster_max_mismatch(
raster_merged_tif_out, true_tif_path, max_mismatch_pct=1e-4
)


@s3_env
Expand Down

0 comments on commit aaebe95

Please sign in to comment.