Skip to content

Commit cd238a3

Browse files
committed
update the not implemeneted message
1 parent 08205c6 commit cd238a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

yt_xarray/accessor/accessor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def load_grid(
7575
if sel_info.grid_type == _xr_to_yt._GridType.STRETCHED and use_callable:
7676
# why not? this should work now, shouldnt it?
7777
raise NotImplementedError(
78-
"Detected a stretched grid, which is not yet supported for callables."
78+
"Detected a stretched grid, which is not yet supported for callables, "
79+
"set use_callable=False."
7980
)
8081

8182
if geometry is None:
@@ -84,7 +85,7 @@ def load_grid(
8485
if geometry is None:
8586
raise ValueError(
8687
"Cannot determine yt geometry type, please provide"
87-
"geometry = 'geographic', 'internal_geopgraphic' or 'cartesian'"
88+
"geometry = 'geographic', 'internal_geographic' or 'cartesian'"
8889
)
8990

9091
if "length_unit" in kwargs:

0 commit comments

Comments
 (0)