-
Notifications
You must be signed in to change notification settings - Fork 13
where operation on quantified gives RecursionError #136
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
Comments
thanks for the report, @raybellwaves, that might actually be a bug in I'll investigate. |
It took me quite a while, but I can now confirm that this is a bug in import pint
import numpy as np
q = pint.Quantity([2, 3, 6, 5], "kelvin")
np.where(q.max(), q) Regardless of whether or not this actually makes sense, getting a I'll forward this to |
this has been fixed in |
The text was updated successfully, but these errors were encountered: