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
make sure re-quantifying dimension coordinates works (#174)
* pass through Unit objects extracted from the attrs
* add a test to verify this actually works
* also check that quantifying a quantified dimension coordinate fails
* raise a error if we try to quantify already quantified variables
This only changes behavior for dimension coordinates (previously it
would have been possible to overwrite the units).
* also add tests for Dataset.pint.quantify
* update whats-new.rst
0 commit comments