Float stress #196
41 tests run, 31 passed, 0 skipped, 10 failed.
Annotations
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalReportFeasible
Verification failed in test/validateNominalReportFeasible.
---------------------
Raw output
Verification failed in test/validateNominalReportFeasible.
---------------------
Framework Diagnostic:
---------------------
verifyTrue failed.
--> The value must evaluate to "true".
Actual Value:
logical
0
----------------------
Additional Diagnostic:
----------------------
Nominal design violates these constraints: , irrelevant_max_force
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReportFeasible) at 155
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalWecsimFeasible
Verification failed in test/validateNominalWecsimFeasible.
---------------------
Raw output
Verification failed in test/validateNominalWecsimFeasible.
---------------------
Framework Diagnostic:
---------------------
verifyTrue failed.
--> The value must evaluate to "true".
Actual Value:
logical
0
----------------------
Additional Diagnostic:
----------------------
Nominal design violates these constraints: , irrelevant_max_force
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsimFeasible) at 160
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalHydroCoeffs
Verification failed in test/validateNominalHydroCoeffs.
---------------------
Raw output
Verification failed in test/validateNominalHydroCoeffs.
---------------------
Framework Diagnostic:
---------------------
verifyLessThanOrEqual failed.
--> Each element must be less than or equal to the maximum value.
Failing Indices:
1 2 3 4
Actual Value:
0.204482267456327 0.887336280522300 0.208933730234385 0.813333333333333
Maximum Value (Inclusive):
0.100000000000000
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalHydroCoeffs) at 165
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.allFiguresRun(which_figs=none7,which_tabs=Tab_7_ConvergenceForDifferentX0s)
Error occurred in test/allFiguresRun(which_figs=none7,which_tabs=Tab_7_ConvergenceForDifferentX0s) and it did not run to completion.
---------
Raw output
Error occurred in test/allFiguresRun(which_figs=none7,which_tabs=Tab_7_ConvergenceForDifferentX0s) and it did not run to completion.
---------
Error ID:
---------
'optimlib:optimfcnchk:checkfun:NaNFval'
--------------
Error Details:
--------------
Error using optimfcnchk/checkfun (line 258)
Supplied function '@(x)fun(x,extraParams)' returned NaN when evaluated;
FMINCON cannot continue.
Error in sqpInterface
Error in fmincon (line 648)
[X,FVAL,EXITFLAG,OUTPUT,LAMBDA,GRAD,HESSIAN] = sqpInterface(funfcn,X,full(A),full(B),full(Aeq),full(Beq), ...
Error in run_solver (line 21)
[X_opt,obj_opt,flag,output,lambda,grad,hess] = fmincon(problem);
Error in gradient_optim>optimize_both_objectives (line 118)
output,lambda,grad,hess,problem] = run_solver(prob, obj_names{which_obj}, x0, opts, b.idxs_recover, b.filename_uuid);
Error in gradient_optim (line 53)
[Xs_opt, objs_opt, flags, probs] = optimize_both_objectives(X,p,b,x0_input,opts,ploton,which_objs);
Error in gradient_mult_x0 (line 25)
[X_opt(i,:,:), objs(i,:), flags(i,:)] = gradient_optim(x0,p,b);
Error in all_figures (line 122)
gradient_mult_x0(filename_uuid)
Error in test/allFiguresRun (line 129)
success_criterion = all_figures(which_figs,which_tabs,testCase.uuid.Value);
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1)
Verification failed in test/validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1).
---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=mass_vc,rel_tol_report=0.1_1).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Actual Expected Error RelativeError RelativeTolerance
________________ ________ _________________ __________________ _________________
181032.547757644 224000 -42967.4522423563 -0.191818983224805 0.1
Actual Value:
1.810325477576437e+05
Expected Value:
224000
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalReport(field_report=capex,rel_tol_report=0.25)
Verification failed in test/validateNominalReport(field_report=capex,rel_tol_report=0.25).
---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=capex,rel_tol_report=0.25).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Index Actual Expected Error RelativeError RelativeTolerance
_____ _______________ _________ ________________ _________________ _________________
1 33571129.373176 17000000 16571129.373176 0.974772316069175 0.25
2 215129293.73176 61000000 154129293.73176 2.52670973330754 0.25
3 1022054468.6588 207000000 815054468.658799 3.93746120125024 0.25
4 2030710937.3176 390000000 1640710937.3176 4.20695112132717 0.25
Actual Value:
1.0e+09 *
0.033571129373176 0.215129293731760 1.022054468658799 2.030710937317598
Expected Value:
17000000 61000000 207000000 390000000
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2)
Verification failed in test/validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2).
---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=LCOE,rel_tol_report=0.25_2).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Index Actual Expected Error RelativeError RelativeTolerance
_____ ________________ ________ ________________ _________________ _________________
1 5.62722136664838 4.48 1.14722136664838 0.256076197912584 0.25
2 3.1169219180893 1.45 1.6669219180893 1.14960132282021 0.25
3 2.75913511643992 0.85 1.90913511643992 2.24604131345873 0.25
4 2.69322264504681 0.76 1.93322264504681 2.54371400664054 0.25
Actual Value:
5.627221366648378 3.116921918089299 2.759135116439924 2.693222645046814
Expected Value:
4.480000000000000 1.450000000000000 0.850000000000000 0.760000000000000
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4)
Verification failed in test/validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4).
---------------------
Raw output
Verification failed in test/validateNominalReport(field_report=power_avg,rel_tol_report=0.1_4).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Actual Expected Error RelativeError RelativeTolerance
_______________ ________ ________________ _________________ _________________
108581.02885327 85900 22681.0288532702 0.264039916801749 0.1
Actual Value:
1.085810288532702e+05
Expected Value:
85900
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalReport) at 140
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1)
Verification failed in test/validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1).
---------------------
Raw output
Verification failed in test/validateNominalWecsim(field_wecsim=LCOE,rel_tol_wecsim=0.1).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Index Actual Expected Error RelativeError RelativeTolerance
_____ ________________ ________ _____ _____________ _________________
1 5.52516166015582 NaN NaN NaN 0.1
2 3.05487422692458 NaN NaN NaN 0.1
3 2.70279023933586 NaN NaN NaN 0.1
4 2.63792835607764 NaN NaN NaN 0.1
Actual Value:
5.525161660155824 3.054874226924582 2.702790239335858 2.637928356077639
Expected Value:
NaN NaN NaN NaN
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsim) at 146
Check failure on line 1 in MDOcean/tests/test.m
github-actions / JUnit Test Report
test.validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1)
Verification failed in test/validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1).
---------------------
Raw output
Verification failed in test/validateNominalWecsim(field_wecsim=c_v,rel_tol_wecsim=0.1_1).
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The numeric values are not equal using "isequaln".
--> The error was not within relative tolerance.
--> Failure table:
Actual Expected Error RelativeError RelativeTolerance
________________ ________ _____ _____________ _________________
75.8945110267842 NaN NaN NaN 0.1
Actual Value:
75.894511026784187
Expected Value:
NaN
------------------
Stack Information:
------------------
In /home/runner/work/MDOcean/MDOcean/MDOcean/tests/test.m (test.validateNominalWecsim) at 146