File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments