Skip to content

Commit 0aaf524

Browse files
committed
Tests: Remove transposing from test_mler_coefficients
1 parent 55513bd commit 0aaf524

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

mhkit/tests/Loads_TestExtreme.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ function test_mler_coefficients(testCase)
1010
js = pierson_moskowitz_spectrum(wave_freq,15.1,9);
1111
response_desired = 1;
1212
RAO = validation.RAO;
13-
RAO = RAO';
1413
% execute function
1514
mler = mler_coefficients(RAO, js, response_desired);
1615
% assertions
17-
assertEqual(testCase, mler.conditioned_spectrum, validation.Res_Spec', 'RelTol',0.005)
18-
assertEqual(testCase, mler.phase, validation.phase', 'RelTol',0.001)
16+
assertEqual(testCase, mler.conditioned_spectrum, validation.Res_Spec, 'RelTol',0.005)
17+
assertEqual(testCase, mler.phase, validation.phase, 'RelTol',0.001)
1918
end
2019

2120
function test_mler_simulation(testCase)

0 commit comments

Comments
 (0)