Skip to content

Commit

Permalink
change fill_val to int64
Browse files Browse the repository at this point in the history
  • Loading branch information
bkremmli committed Sep 24, 2024
1 parent 51d8e77 commit 89d9931
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 = int("4294967295")
fill_val = np.int64("4294967295")

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

0 comments on commit 89d9931

Please sign in to comment.