Skip to content

Commit

Permalink
Removed ideal from being tested for grid_mapping existance
Browse files Browse the repository at this point in the history
  • Loading branch information
lpilz committed May 1, 2024
1 parent 0e39255 commit fbffaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_include_projection_coordinates(sample_dataset):


@pytest.mark.parametrize(
'sample_dataset', set(xwrf.tutorial.sample_datasets.keys()) - {'tiny'}, indirect=True
'sample_dataset', set(xwrf.tutorial.sample_datasets.keys()) - {'tiny', 'ideal'}, indirect=True
)
def test_grid_mapping_is_in_all_vars(sample_dataset):
dataset = xwrf.postprocess._include_projection_coordinates(sample_dataset)
Expand Down

0 comments on commit fbffaf1

Please sign in to comment.