You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which seems to create a 0-d numpy array instead of a numpy scalar.
This may be an impact of a recent change in either pint_pandas or numpy; I already observed that my int(round(some_quantity/other_quantity_of_same_dim)) started to fail and now require a int(round(float(...))) construct.