-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
clip calls wrong clip function #127
Comments
Hi, this is not a bug strictly speaking. But it is surely something worth fixing. We have introduced We should expose |
I see. I know this is an alpha level library, but maybe there are some small tasks I can help out with :) |
Hey all.
I am loving the work on this project!
I've stumbled upon a bug and wanted you to let you know about it.
I don't know if it is actually worth "fixing".
If one calls
.clip
on a geopandas dask dataframe object, the dask clip function (clipping values betweenmin/max
is called)To reproduce:
The text was updated successfully, but these errors were encountered: