environmentalscience / essm

This package contains helpers to deal with physical variables and units.
https://environmentalscience.github.io/essm/
GNU General Public License v2.0
12 stars 5 forks source link

Check dimensions #94

Closed schymans closed 4 years ago

schymans commented 4 years ago

Avoids dimensional error with dimensionless variables in functions, e.g. exp(Dimension(1)). Closes #82 Closes #93