From 5634073e94de0615f20f18e6e4f0aa5dc9d4f76b Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Thu, 17 Oct 2024 09:25:06 +0200 Subject: [PATCH] Fix style --- satpy/tests/reader_tests/test_sar_c_safe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/satpy/tests/reader_tests/test_sar_c_safe.py b/satpy/tests/reader_tests/test_sar_c_safe.py index fafebba766..0d88190a5d 100644 --- a/satpy/tests/reader_tests/test_sar_c_safe.py +++ b/satpy/tests/reader_tests/test_sar_c_safe.py @@ -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