Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.04 KB

File metadata and controls

41 lines (23 loc) · 1.04 KB

2015-09-24 turbine test bed demo

This is a repository for the turbine test bed demo performed September 24, 2015 for the OE 400 class.

Installing dependencies

This process assumes the Anaconda or Miniconda Python packages are installed.

First, install packages via conda:

conda install --file requirements-conda.txt

Next, install packages with pip:

pip install -r requirements-pip.txt

How to use this repository

To process raw data, run

python process.py

To create figures and/or tables, run

python plot.py

License

Code is licensed under the MIT license. See LICENSE for details.

Creative Commons License
All other materials licensed under a Creative Commons Attribution 4.0 International License.