Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status

Package for performing dynamical Galerkin expansion on trajectory data. Currently in pre-alpha.

  • Free software: MIT license

Installation

To install the code, download the directory from github, navigate into the folder, and run

pip install -e .

We are currently working on getting the package onto pip.

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox