Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 518 Bytes

File metadata and controls

20 lines (13 loc) · 518 Bytes

SCAMPy_tests

SCAMPy is a Single Column Atmospheric Model in Python. The code is available at SCAMPy.

This is a (work in progress) suite of tests for SCAMPy. Tests are done using pytest. The workflow assumes that SCAMPy and SCAMPy_tests are available in the same folder and that the SCAMPy code has been compiled.

testing

To generate the automatic plots try:

$ py.test -v plots/

Unit tests and functionality tests (TODO)