Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (15 loc) · 981 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 981 Bytes

CommonSE

CommonSE is a collection of utilities for common use across the WISDEM set of tools.

Author: NREL WISDEM Team

Documentation

See local documentation in the docs-directory or access the online version at http://wisdem.github.io/CommonSE/

Installation

For detailed installation instructions of WISDEM modules see https://github.com/WISDEM/WISDEM or to install CommonSE by itself do:

$ python setup.py install

Run Unit Tests

To check if installation was successful you can try to import the package

$ python
> import commonse.environment 

or run the unit tests

$ python src/commonse/test/test_environment_gradients.py

For software issues please use https://github.com/WISDEM/CommonSE/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.