Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 795 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 795 Bytes

example

Build Status

Example python project with testing.

usage

To use the package, first make a new conda environment and activate it

conda create -n exampleenv python=3
source activate exampleenv

then run

conda install --yes --file requirements.txt

to install all the dependencies in requirements.txt. Then the package's main function (located in example/__main__.py) can be run as follows

python -m example

testing

Testing is as simple as running

python -m pytest

from the root directory of this project.

plotting

Code to plot runtime, variable assignment, and conditional checks can be found in quantifyRuntime.py