Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed May 30, 2021
1 parent 1295501 commit ad8e0ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions satpy/tests/reader_tests/test_sar_c_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ad8e0ac

Please sign in to comment.