ImperialCollegeLondon / pyrealm

Development of the pyrealm package, providing an integrated toolbox for modelling plant productivity, growth and demography using Python.
https://pyrealm.readthedocs.io/
MIT License
23 stars 9 forks source link

Add docstrings to tests #104

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

This PR:

The setup.cfg currently turns off some mypy checking in tests through a [mypy-tests.*] section, notably allowing untyped_calls, untyped_defs and incomplete_defs. I have kept this setting - typing all of the test signatures doesn't seem a priority.

Closes #63