FUSED-Wind / fusedwind

www.fusedwind.org
Apache License 2.0
17 stars 13 forks source link

fusedhelper bug #55

Closed rethore closed 9 years ago

rethore commented 9 years ago

During the tutorial there was a bug in launching FUSED-wind. Something to do with fused_helper.py

base_keys = Assembly.__base_traits__.keys() + Driver.__base_traits__.keys() + \
    CaseIteratorDriver.__base_traits__.keys()

Did you guys ever got a similar error? I haven't tested the latest version of OpenMDAO, so maybe they changed something in their __base_traits? I shouldn't use private variables, my fault...

rethore commented 9 years ago

I assume it was because OpenMDAO was not activated.