Open dcherian opened 3 years ago
from cf_xarray.units import units 220 * units.degrees_east == (-140 * units.degrees_east)
is False. Can this be True instead?
False
True
This would be a good thing to ask upstream in Pint! I'm not aware of any modular arithmetic support, but I definitely see something like this being useful.
is
False
. Can this beTrue
instead?