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
Bug description
There appear to be leftover development testing codes that were merged with #2719. This is an issue in dev and v4.1.0
extra files in <openfast>/glue-codes/python/
hard coded paths in <openfast>/glue-codes/python/*py files. These files may be leftover from development, in which case they should be deleted. Otherwise remove hard coded paths.
<openfast>/glue-codes/python/NRELOffshrBsline5MW_OC4DeepCwindSemi_SeaState_WaveMod5.dat should be removed (it is a duplicate of a file in r-test and will likely become stale with time)
<openfast>/glue-codes/python/seastate.SeaSt.Elev is likely an orphaned file from development and should be removed (duplicate of file from r-test?)
<openfast>/glue-codes/python/pyOpenFAST/__init__.py may be unnecessary and should be removed
the pyOpenFAST version in <openfast>glue-codes/python/pyproject.toml should be the same as for OpenFAST (we do this with openfast_io)
<openfast>/glue-codes/labview/src/wavetank.f90 needs a disclaimer and description at the beginning of the file to state what it is in development for, and that it is a placeholder that someone could use for their own development, but we do not officially support it yet.
Bug description
There appear to be leftover development testing codes that were merged with #2719. This is an issue in
devand v4.1.0<openfast>/glue-codes/python/<openfast>/glue-codes/python/*pyfiles. These files may be leftover from development, in which case they should be deleted. Otherwise remove hard coded paths.<openfast>/glue-codes/python/NRELOffshrBsline5MW_OC4DeepCwindSemi_SeaState_WaveMod5.datshould be removed (it is a duplicate of a file in r-test and will likely become stale with time)<openfast>/glue-codes/python/seastate.SeaSt.Elevis likely an orphaned file from development and should be removed (duplicate of file from r-test?)<openfast>/glue-codes/python/pyOpenFAST/__init__.pymay be unnecessary and should be removedpyOpenFASTversion in<openfast>glue-codes/python/pyproject.tomlshould be the same as for OpenFAST (we do this withopenfast_io)<openfast>/glue-codes/labview/src/wavetank.f90needs a disclaimer and description at the beginning of the file to state what it is in development for, and that it is a placeholder that someone could use for their own development, but we do not officially support it yet.