Performance Curves
Rationale
Getting Started
Development
This project uses tox to run tests and perform basic code management. Using a python 3 environment, install tox
using the following command.
pip install tox
Running Tests
To run the unit test suite for the package, invoke tox using the following command. You can change the minor version
of Python using the one of the variants.
tox -e test-py36 # or test-py37 or test-py38