Skip to content

Commit

Permalink
Add Returns section to the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
souravsingh authored Sep 2, 2017
1 parent b579459 commit 3a4cfef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scipy/interpolate/ndgriddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ def griddata(points, values, xi, method='linear', fill_value=np.nan,
incommensurable units and differ by many orders of magnitude.
.. versionadded:: 0.14.0
Returns
-------
ip: ndarray
Interpolation points of dimensions xi and based on the method
passed to the function.
Notes
-----
Expand Down

0 comments on commit 3a4cfef

Please sign in to comment.