Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 453 Bytes

fmu_wrapper

Build status

An FMU wrapper for OpenMDAO 1.x

NOTE: Very early-stage prototype, not yet ready for serious use. Suggestions and contributors are welcome.

Windows setup (Python 2.7):

python -m virtualenv fmu_venv
fmu_venv\scripts\activate
pip install -r requirements.txt
nosetests