We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A small bug:
In L3699, np_array.interp should be np.interp, as the 'numpy.ndarray' object has no attribute 'interp'.
np_array.interp
np.interp
leafmap/leafmap/common.py
Line 3699 in 5d9cd0f
The text was updated successfully, but these errors were encountered:
Good catch. I would encourage you to submit a pull request to fix this so that you can be recognized as a contributor to the project.
Sorry, something went wrong.
Thank you. PR is pushed.
No branches or pull requests
A small bug:
In L3699,
np_array.interp
should benp.interp
, as the 'numpy.ndarray' object has no attribute 'interp'.leafmap/leafmap/common.py
Line 3699 in 5d9cd0f
The text was updated successfully, but these errors were encountered: