ai2cm / fv3gfs-wrapper

Python wrapper for the FV3-based global climate model
Other
28 stars 3 forks source link

Ensure that all unit tests run with `make test` #277

Closed oliverwm1 closed 3 years ago

oliverwm1 commented 3 years ago

Currently the tests in test_thermodynamics.py are not run by the make test rule. This PR fixes this issue and does some renaming to hopefully make it clearer how the tests are organized. It also fixes a bug in test_thermodynamics.py

Resolves #278