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

Bug: VariableWriter does not write expr #86

Closed schymans closed 4 years ago

schymans commented 4 years ago

VariableWriter in essm/variables/utils.py does not write expr to the file, see for example Delta_Pwa in essm/docs/examples/test_variable_definitions.py, which had should have expr = Derivative(P_wa,T_g) according to api_features.ipynb.