Skip to content

Commit 613f873

Browse files
Fixing import in uxgrid to use right file
1 parent b87691d commit 613f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parcels/uxgrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import uxarray as ux
77
from uxarray.grid.coordinates import _lonlat_rad_to_xyz
88

9-
from parcels.field import FieldOutOfBoundError # Adjust import as necessary
9+
from parcels.tools.statuscodes import FieldOutOfBoundError
1010
from parcels.xgrid import _search_1d_array
1111

1212
from .basegrid import BaseGrid

0 commit comments

Comments
 (0)