-
Notifications
You must be signed in to change notification settings - Fork 473
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
to_compact
is broken for Measurement
s and for Quantity
s with uncertainties
#2044
Comments
doronbehar
changed the title
to_compact is broken for
Jul 23, 2024
Measurement
s and for Quantity
s with uncertaintiesto_compact
is broken for Measurement
s and for Quantity
s with uncertainties
5 tasks
Can't believe it took me so long to fix this easy, and small annoying issue. Fix is in #2069. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using uncertainties 3.2.2, and pint 0.24.3, and I want to use
to_compact
for measurements, and it fails. Here's a MWE demonstrating two methods I tried:Fails with:
I tested this MWE with multiple
uncertainties
versions3.2.2
,3.2.0
and3.1.7
and all of them didn't fail whenpint
was downgraded to0.23
, and failed when pint was at version 0.24 and 0.24.1.The text was updated successfully, but these errors were encountered: