If I have a quantity with a unit, e.g.,
then
returns True whereas
returns False. Arguably, both should raise a ValueError just like
does in this example.
If the community agrees, I would be happy to prepare a pull request to change the behavior.
Reactions are currently unavailable
If I have a quantity with a unit, e.g.,
then
returns True whereas
returns False. Arguably, both should raise a ValueError just like
does in this example.
If the community agrees, I would be happy to prepare a pull request to change the behavior.