Skip to content

Commit

Permalink
Fix Dask x COG tests with np.ma errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 27, 2024
1 parent ce31bcc commit f499512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/SCRIPTS/test_rasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def test_write(dtype, nodata_val, tmp_path):

# -------------------------------------------------------------------------------------------------
# COGs without dask
if dtype not in [np.int8]:
if dtype in [np.float32, np.float64, np.uint32, np.int32]:
rasters.write(
raster_xds,
test_cog_no_dask_path,
Expand Down

0 comments on commit f499512

Please sign in to comment.