-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org
Milestone
Description
scipy/scipy/interpolate/interpolate.py
Line 2369 in 01d8bfb
>>> data = f(*np.meshgrid(x, y, z, indexing='ij', sparse=True)) |
Starred expressions can't be readily examined. For users who are attempting to familiarize themselves with the required data structures for RegularGridInterpolator, it adds unnecessary additional complexity.
I would suggest creating the meshgrid outside of the function call so that the purpose of the starred expression is more easily understood.
Despite the description of the structure of data
below, it is difficult to adapt to unique user use cases.
Metadata
Metadata
Assignees
Labels
DocumentationIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.orgIssues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org