Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
strandgren authored Jan 10, 2024
1 parent 5b67a2f commit 43140b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/tests/reader_tests/test_fci_l2_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def test_dataset_with_layer(self):
"fill_value": -999,
"file_type": "test_file_type"})
np.testing.assert_allclose(dataset.values, 2 * np.ones((100, 10)))
assert dataset.attrs["units"] is None
assert dataset.attrs["spacecraft_name"] == "test_platform"

def test_dataset_with_invalid_filekey(self):
Expand Down

0 comments on commit 43140b3

Please sign in to comment.