-
Notifications
You must be signed in to change notification settings - Fork 507
Open
Milestone
Description
Problem description
In the pyOpenFAST code, there are inconsistencies in the usage of the OpenFASTInterfaceType. Several variables are duplicated in multiple places, such as:
ERROR_MESSAGE_LENGTH: int = 8197DEFAULT_STRING_LENGTH: int = 1025ERROR_MSG_C_LEN
Related
Noted in #3065, but no time to fix there.
Remedy
- check files in
python/pyOpenFASTfor consistency in what is included ininterface_abc.py - check regression tests as well