Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Oct 17, 2024
1 parent a9c48ec commit 5634073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/tests/reader_tests/test_sar_c_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def test_read_lon_lats(self, measurement_filehandler):
"""Test reading lons and lats."""
query = DataQuery(name="longitude", polarization="vv")
xarr = measurement_filehandler.get_dataset(query, info=dict())
expected = expected_longitudes
np.testing.assert_allclose(xarr.values, expected_longitudes)
assert xarr.dtype == np.float64
assert xarr.compute().dtype == np.float64
Expand Down

0 comments on commit 5634073

Please sign in to comment.