Skip to content

Commit 123b37f

Browse files
Added newlines to comply with linting rules.
1 parent cddd39f commit 123b37f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conventions/test_cfgrid2d.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,14 @@ def test_values() -> None:
479479
# The values should be in a specific order
480480
assert numpy.allclose(values, eta.values.ravel(), equal_nan=True)
481481

482+
482483
def test_topology_with_missing_variable_standard_name() -> None:
483484
# Basic test showing no error when variable has no standard name
484485
dataset = make_dataset(j_size=10, i_size=20, corner_size=5, time_size=3)
485486
del dataset['botz'].attrs['standard_name']
486487
dataset.ems.topology
487488

489+
488490
@pytest.mark.matplotlib
489491
def test_plot_on_figure() -> None:
490492
# Not much to test here, mostly that it doesn't throw an error

0 commit comments

Comments
 (0)