CAIRO : Computerized Artificially Intelligent Reactor Operator.
cairo
repository to your local machine.pyESN
inside the cairo
directory.With SSH
git clone git@github.com:arfc/cairo.git
cd cairo
git clone git@github.com:cknd/pyESN.git
See the contributing.md
document for instructions on how to contribute to CAIRO
.
This repository uses continuous integration with CircleCI to automatically run tests.
To build, all you have to do is follow the requirements and set up instructions and then run the commands
cd cairo/docs
make html
open _build/html/index.html
From there, you can navigate the documentation by interfacing with the html rendering.
This repository contains various tests for each module, and makes use of
pytest to run them. Upon downloading
CAIRO, you should make sure that all of the tests pass. See the
contributing.md
document for instructions on how to run the tests.
Checkout pytest's page on
Usage and Invocations
for information on variations you can use in addition to the instructions in
contributing.md
.