Contributions are welcome! Open a PR with your changes (and tests to go along with them!). In this PR describe what your change does and link to any relevant issues.
Please open an issue describing the feature and its potential use cases.
Please open an issue describing the bug.
Fork the repo and clone it so that you have a copy of the source code. Next, run the following commands in the terminal:
cd ParamTools
conda env create
conda activate paramtools-dev
pip install -e .
pre-commit install
py.test -v