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
I am trying to do the following unit conversion: uconvert(u"Å * ps^-2", 1.0u"kcal*Å^-1*g^-1")
but get this error: ERROR: OverflowError: 10000000000000 * 10000000000 overflowed for type Int64
How can I avoid this? The actual conversion is literally just dividing by 418.4. Is there some way to manually define what this conversion should be?
I am trying to do the following unit conversion:
uconvert(u"Å * ps^-2", 1.0u"kcal*Å^-1*g^-1")
but get this error:
ERROR: OverflowError: 10000000000000 * 10000000000 overflowed for type Int64
How can I avoid this? The actual conversion is literally just dividing by 418.4. Is there some way to manually define what this conversion should be?
Similar to #430 #510
The text was updated successfully, but these errors were encountered: