You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing files using class FASTInputFileBase(File):, if a table includes a boolean it is written out as an integer. This causes OpenFAST (4.0.0) to fail.
I understand openfast-toolbox is being updated for OpenFAST 4.0.0 and so this may be fixed in that process.
I have provided an example fix:
Thanks,
Ben
The text was updated successfully, but these errors were encountered:
Hi,
When writing files using
class FASTInputFileBase(File):
, if a table includes a boolean it is written out as an integer. This causes OpenFAST (4.0.0) to fail.I understand
openfast-toolbox
is being updated for OpenFAST 4.0.0 and so this may be fixed in that process.I have provided an example fix:
Thanks,
Ben
The text was updated successfully, but these errors were encountered: