Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BengtRydberg committed Nov 21, 2024
1 parent de72bd1 commit f060e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion level1c4pps/tests/test_eumgacfdr2pps.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_get_encoding(self):
'add_offset': 273.15},
'qual_flags': {'dtype': 'int16', 'zlib': True,
'complevel': 4, '_FillValue': -32001.0},
'scanline_timestamps': {'dtype': 'float64', 'zlib': True,
'scanline_timestamps': {'dtype': 'int64', 'zlib': True,
'units': 'milliseconds since 1970-01-01',
'complevel': 4, '_FillValue': -1.0},
}
Expand Down
2 changes: 1 addition & 1 deletion level1c4pps/tests/test_gac2pps.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_get_encoding(self):
'add_offset': 273.15},
'qual_flags': {'dtype': 'int16', 'zlib': True,
'complevel': 4, '_FillValue': -32001.0},
'scanline_timestamps': {'dtype': 'float64', 'zlib': True,
'scanline_timestamps': {'dtype': 'int64', 'zlib': True,
'units': 'milliseconds since 1970-01-01',
'complevel': 4, '_FillValue': -1.0},
}
Expand Down

0 comments on commit f060e48

Please sign in to comment.