We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f87aa8 commit 88c8e0dCopy full SHA for 88c8e0d
tests/conftest.py
@@ -12,7 +12,7 @@ def coords_dg():
12
x = np.linspace(0, 2, nx)
13
y = np.linspace(0, 1, ny)
14
15
- return x,y
+ return x, y
16
17
@pytest.fixture
18
def mask_dg():
0 commit comments