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
When checking dimensionality, it is occasionally useful to check if a particular Quantity is dimensionless. Although using "dimensionless" to create a Quantity works without issue, attempting to use Quantity.check("dimensionless") or similar syntax unexpectedly raises a KeyError, as seen below.
When checking dimensionality, it is occasionally useful to check if a particular Quantity is dimensionless. Although using "dimensionless" to create a Quantity works without issue, attempting to use Quantity.check("dimensionless") or similar syntax unexpectedly raises a KeyError, as seen below.
output:
I'm not sure about
[None]
, but"dimensionless"
and"[dimensionless"
should both probably work.The text was updated successfully, but these errors were encountered: