-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Labels
Type: EnhancementType: IO Readers/WritersInput file readers and writersInput file readers and writers
Description
PR #2188 added input file readers and writers from WEIS into the main OpenFAST repository. These readers and writers should be exercised as part of the automated testing in GH actions.
One approach would be to add an option to cmake (CTEST_ENABLE_READER_WRITER=On or similar) that would run all input files for glue code regression tests from OpenFAST through the respective readers and writers. This would allow running testing locally without the readers/writers in the loop while doing development work (new modules, or troubleshoot). A few things to consider:
- Should we add an optional argument in
CTestList.cmaketo only run the reader/writer testing on specific tests? - Would filenames in a given test need to be standardized (i.e.
ElastoDyn.datinstead ofNRELOffshrBsline5MW_OC4DeepCwindSemi_ElastoDyn.dat)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: EnhancementType: IO Readers/WritersInput file readers and writersInput file readers and writers