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'm not sure how the unit handling in python works, but in this part max_length is in km if provided as cli argument and in m otherwise. In my example, the division distance / max_length gives 0.00028... kilometer / meter, but it's 0.28... dimensionless when using distance.to_base_units() / max_length.to_base_units().
I guess this issue exists since 3e297b8 / #82.
I'm not sure how the unit handling in python works, but in this part
max_length
is inkm
if provided as cli argument and inm
otherwise. In my example, the divisiondistance / max_length
gives0.00028... kilometer / meter
, but it's0.28... dimensionless
when usingdistance.to_base_units() / max_length.to_base_units()
.Not sure if there are more lines where this fails (or did I somehow misconfigured my units?).
The text was updated successfully, but these errors were encountered: