Skip to content

Commit

Permalink
Corrects doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
MoseleyS committed Jul 29, 2024
1 parent 1aa4a32 commit a533594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
),
)
def test_data(projected, circular, regrid, example_x, example_y, data=INPUT_DATA[0]):
"""Tests that the plugin produces the expected data when regrid mode is off"""
"""Tests that the plugin produces the expected data for valid projections"""
x_grid_spacing = EQUAL_AREA_GRID_SPACING if projected else 90
cube = set_up_variable_cube(
data,
Expand Down

0 comments on commit a533594

Please sign in to comment.