Closed rethore closed 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...
I assume it was because OpenMDAO was not activated.
During the tutorial there was a bug in launching FUSED-wind. Something to do with fused_helper.py
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...