Skip to content

Commit

Permalink
Tests: Fix test_surface_elevation_moments
Browse files Browse the repository at this point in the history
Uses same strategy as a0cb0ef
  • Loading branch information
simmsa committed Nov 29, 2023
1 parent e2f6080 commit b0d93bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mhkit/tests/Wave_TestResourceSpectrum.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ function test_surface_elevation_phasing(testCase)
end

function test_surface_elevation_moments(testCase)
assumeFail(testCase, "TODO: Fix - ??");

Obj.f = 0.1/(2*pi):0.01/(2*pi):3.5/(2*pi);
Obj.f = 0.0:0.01/(2*pi):3.5/(2*pi);
Obj.Tp = 8;
Obj.Hs = 2.5;
df = 0.01/(2*pi);
Expand Down

0 comments on commit b0d93bb

Please sign in to comment.