We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c1c79 commit 144f9b1Copy full SHA for 144f9b1
src/parcels/_core/sgrid.py src/parcels/_core/utils/sgrid.pysrc/parcels/_core/sgrid.py renamed to src/parcels/_core/utils/sgrid.py
tests/strategies/sgrid.py
@@ -11,7 +11,7 @@
11
import xarray.testing.strategies as xr_st
12
from hypothesis import strategies as st
13
14
-from parcels._core import sgrid
+from parcels._core.utils import sgrid
15
16
padding = st.sampled_from(sgrid.Padding)
17
dimension_name = xr_st.names().filter(
tests/test_sgrid.py tests/utils/test_sgrid.pytests/test_sgrid.py renamed to tests/utils/test_sgrid.py
@@ -4,7 +4,7 @@
4
import xgcm
5
from hypothesis import example, given
6
7
8
from tests.strategies import sgrid as sgrid_strategies
9
10
0 commit comments