bfortuner / contours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Requirements

  • Python 3.4+
  • Tested on Ubuntu 16.04

Install dependencies

conda env create -f environment.yml
source activate contours

Unit tests

python -m pytest tests.py (all tests)
python -m pytest tests.py::mytestfunc (single test)

Writeups

  • PHASE1.md
  • PHASE2.ipynb

Resources

About


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%