Skip to content

Commit

Permalink
Use file_format keyword in array_compare
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 16, 2023
1 parent 1e98b25 commit 23724c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regions/shapes/tests/test_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def label(value):
for key, value in sorted(value.items()))


@pytest.mark.array_compare(fmt='text', write_kwargs={'fmt': '%12.8e'})
@pytest.mark.array_compare(file_format='text', write_kwargs={'fmt': '%12.8e'})
@pytest.mark.parametrize(('region', 'mode'),
itertools.product(REGIONS, MODES), ids=label)
def test_to_mask(region, mode):
Expand Down

0 comments on commit 23724c2

Please sign in to comment.