Skip to content

Commit 144f9b1

Browse files
committed
Move sgrid to utils
1 parent 22c1c79 commit 144f9b1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/strategies/sgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import xarray.testing.strategies as xr_st
1212
from hypothesis import strategies as st
1313

14-
from parcels._core import sgrid
14+
from parcels._core.utils import sgrid
1515

1616
padding = st.sampled_from(sgrid.Padding)
1717
dimension_name = xr_st.names().filter(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import xgcm
55
from hypothesis import example, given
66

7-
from parcels._core import sgrid
7+
from parcels._core.utils import sgrid
88
from tests.strategies import sgrid as sgrid_strategies
99

1010

0 commit comments

Comments
 (0)