Skip to content

Commit 88c8e0d

Browse files
committed
add mask fixture
1 parent 7f87aa8 commit 88c8e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def coords_dg():
1212
x = np.linspace(0, 2, nx)
1313
y = np.linspace(0, 1, ny)
1414

15-
return x,y
15+
return x, y
1616

1717
@pytest.fixture
1818
def mask_dg():

0 commit comments

Comments
 (0)