From ad8e0ac8aaa8e834c12a638aedf8c74126544acf Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Sun, 30 May 2021 18:59:37 +0200 Subject: [PATCH] Remove unnecessary lines --- satpy/tests/reader_tests/test_sar_c_safe.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/satpy/tests/reader_tests/test_sar_c_safe.py b/satpy/tests/reader_tests/test_sar_c_safe.py index 08409c30ff..f7468e88ec 100644 --- a/satpy/tests/reader_tests/test_sar_c_safe.py +++ b/satpy/tests/reader_tests/test_sar_c_safe.py @@ -658,9 +658,6 @@ def setUp(self): filename_info = dict(start_time=None, end_time=None, polarization="vv") self.annotation_fh = SAFEXMLAnnotation(self.annotation_filename, filename_info, mock.MagicMock()) - self.expected_gamma = np.array([[1840.695, 1779.672, 1718.649, 1452.926, 1187.203, 1186.226, - 1185.249, 1184.276, 1183.303, 1181.365]]) * np.ones((10, 1)) - def tearDown(self): """Tear down the test case.""" with suppress(PermissionError):