Skip to content

Windows with Visual Studio regression test - test fail #1462

@ILDENIEL

Description

@ILDENIEL

Hi, I'm having problems with the tests.
I did everything explained in the section 3.2 of the OpenFAST Documentation (Release v3.2.0), but some tests failed.
In particular I tried to typed
python manualRegressionTest.py ..\build\bin\openfast_x64_Double.exe 1e-5 0.5e-5
but this was the result
image

Then I tried
PS C:\OFNREL\openfast\reg_tests> python manualRegressionTest.py ..\build\bin\openfast_x64_Double.exe Intel 1e-5 0.5e-5
usage: manualRegressionTest.py [-h] [-p [Plotting-Flag]] [-n [No-Execution]] [-v [Verbose-Flag]] [-case [Case-Name]] [-module [Module-Name]]
Executable-Name Relative-Tolerance Absolute-Tolerance
manualRegressionTest.py: error: argument Relative-Tolerance: invalid float value: 'Intel'

Finally I tried changing the tolerance
PS C:\OFNREL\openfast\reg_tests> python manualRegressionTest.py ..\build\bin\openfast_x64_Double.exe 1e-5 0.5e-4
and most of the tests succeded, but not all of them.
How can I solve this issue?

Regression test execution completed with these results:
AWT_YFix_WSt PASS
AWT_WSt_StartUp_HighSpShutDown PASS
AWT_YFree_WSt PASS
AWT_YFree_WTurb PASS
AWT_WSt_StartUpShutDown PASS
AOC_WSt PASS
AOC_YFree_WTurb PASS
AOC_YFix_WSt PASS
UAE_Dnwind_YRamp_WSt PASS
UAE_Upwind_Rigid_WRamp_PwrCurve PASS
WP_VSP_WTurb_PitchFail PASS
WP_VSP_ECD PASS
WP_VSP_WTurb PASS
SWRT_YFree_VS_EDG01 PASS
SWRT_YFree_VS_EDC01 PASS
SWRT_YFree_VS_WTurb FAIL
5MW_Land_DLL_WTurb PASS
5MW_OC3Mnpl_DLL_WTurb_WavesIrr PASS
5MW_OC3Trpd_DLL_WSt_WavesReg PASS
5MW_OC4Jckt_DLL_WTurb_WavesIrr_MGrowth PASS
5MW_ITIBarge_DLL_WTurb_WavesIrr FAIL
5MW_TLP_DLL_WTurb_WavesIrr_WavesMulti PASS
5MW_OC3Spar_DLL_WTurb_WavesIrr PASS
5MW_OC4Semi_WSt_WavesWN PASS
5MW_OC4Jckt_ExtPtfm PASS
5MW_Land_BD_DLL_WTurb PASS
StC_test_OC4Semi PASS
IEA_LB_RWT-AeroAcoustics PASS
HelicalWake_OLAF PASS
EllipticalWing_OLAF PASS
WP_Stationary_Linear PASS
5MW_Land_BD_Linear PASS
5MW_OC4Semi_Linear PASS
Ideal_Beam_Fixed_Free_Linear PASS
Ideal_Beam_Free_Free_Linear PASS
StC_test_OC4Semi_Linear_Nac PASS
StC_test_OC4Semi_Linear_Tow PASS
MHK_RM1_Fixed PASS
Total PASSING tests - 36
Total FAILING tests - 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions