Skip to content

Commit

Permalink
fix alignment of tuple
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Raspaud <[email protected]>
  • Loading branch information
ameraner and mraspaud authored Jul 26, 2024
1 parent c1c00b2 commit 44263f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_fci_l1c_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def _other_calibration_test(self,res,ch,dict_arg):
def _shape_test(self,res,ch,grid_type,dict_arg):
"""Test the shape."""
assert res[ch].shape == (GRID_TYPE_INFO_FOR_TEST_CONTENT[grid_type]["nrows"],
GRID_TYPE_INFO_FOR_TEST_CONTENT[grid_type]["ncols"])
GRID_TYPE_INFO_FOR_TEST_CONTENT[grid_type]["ncols"])
assert res[ch].dtype == dict_arg["dtype"]

def _get_assert_load(self,res,ch,dict_arg,filenames):
Expand Down

0 comments on commit 44263f7

Please sign in to comment.