Skip to content

Commit

Permalink
mark grid_mode=True as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Dec 18, 2020
1 parent 9f9e24f commit dccd261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cupyx/scipy/ndimage/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ def zoom(input, zoom, output=None, order=None, mode='constant', cval=0.0,
order = 1

if grid_mode:
cupy._util.experimental("grid_mode=True is currently experimental")

# warn about modes that may have surprising behavior
suggest_mode = None
if mode == 'constant':
Expand Down

0 comments on commit dccd261

Please sign in to comment.