docs | |
---|---|
tests |
Package for performing dynamical Galerkin expansion on trajectory data. Currently in pre-alpha.
- Free software: MIT license
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.
https://PyEDGAR.readthedocs.io/
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 |