mcgibbon / sympl

A toolkit for building planetary/Earth system models in Python
http://sympl.readthedocs.io
Other
48 stars 14 forks source link

Need more tests for component wrappers #18

Closed mcgibbon closed 6 years ago

mcgibbon commented 6 years ago

Currently component wrappers (like UpdateFrequencyWrapper and TendencyInDiagnosticsWrapper) have good test coverage but have tests that are certainly missing. Particularly we could use tests for:

mcgibbon commented 6 years ago

Component wrappers were replaced by additional functionality in base components, which is now tested, in #26.