Skip to content

Commit

Permalink
lower fill_val for tests for windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bkremmli committed Sep 25, 2024
1 parent 03ec1fe commit bcae3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# The following fixtures are not defined in this file, but are used and injected by Pytest:
# - request

fill_val = np.uint32(4294967295) # FillValue defined to be windows-compatible
fill_val = np.uint32(429496729) # FillValue lower than in dataset to be windows-compatible

attrs_exp: dict = {
"platform": "MET7",
Expand Down

0 comments on commit bcae3f7

Please sign in to comment.