Skip to content

Commit

Permalink
Fix documentation for extrapolation to reflect changes in scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Apr 8, 2020
1 parent 1eedc5c commit b4fc7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/interpolation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Additional keyword arguments can be passed to scipy's functions.
# fill 0 for the outside of the original coordinates.
da.interp(x=np.linspace(-0.5, 1.5, 10), kwargs={'fill_value': 0.0})
# extrapolation
da.interp(x=np.linspace(-0.5, 1.5, 10), kwargs={'fill_value': 'extrapolate'})
da.interp(x=np.linspace(-0.5, 1.5, 10), kwargs={'fill_value': None})
Advanced Interpolation
Expand Down

0 comments on commit b4fc7ce

Please sign in to comment.