Skip to content

rouskinlab/dreem

Repository files navigation

Build docs Run tests

DREEM

Prof. Silvi Rouskin's DREEM algorithm.

Installation

Installation instructions here.

Documentation

The documentation is available on Github Pages.

Contributors

Yves Martin, Scott Grote, Matthew Allan, Albéric de Lajarte.

For developers

Before pushing to main, ensure that the code passes the tests:

pytest test/test_pipeline.py

and that the docs compile:

cd docs
make html