Skip to content

Commit

Permalink
Tests: Re-enable tests fixed by 40cd75e
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Nov 29, 2023
1 parent 40cd75e commit 2a516c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mhkit/tests/Wave_TestResourceMetrics.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ function test_moments(testCase)

function test_metrics_HsP(testCase)

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

relative_file_name = '../../examples/data/wave/ValData2.mat';
full_file_name = fullfile(fileparts(mfilename('fullpath')), relative_file_name);
data = load(full_file_name);
Expand Down Expand Up @@ -138,8 +136,6 @@ function test_metrics_HsP(testCase)

function test_metrics_AH(testCase)

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

relative_file_name = '../../examples/data/wave/ValData2.mat';
full_file_name = fullfile(fileparts(mfilename('fullpath')), relative_file_name);
data = load(full_file_name);
Expand Down Expand Up @@ -198,8 +194,6 @@ function test_metrics_AH(testCase)

function test_metrics_CDIP1(testCase)

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

relative_file_name = '../../examples/data/wave/ValData2.mat';
full_file_name = fullfile(fileparts(mfilename('fullpath')), relative_file_name);
data = load(full_file_name);
Expand Down Expand Up @@ -258,8 +252,6 @@ function test_metrics_CDIP1(testCase)

function test_plot_elevation_timeseries(testCase)

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

relative_file_name = '../../examples/data/wave/ValData2.mat';
full_file_name = fullfile(fileparts(mfilename('fullpath')), relative_file_name);
data = load(full_file_name);
Expand Down Expand Up @@ -503,8 +495,6 @@ function test_wave_celerity(testCase)

function test_energy_flux_deep(testCase)

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

omega = [0.1:0.01:3.5];
f = omega./(2*pi);
Hs = 2.5;
Expand Down

0 comments on commit 2a516c9

Please sign in to comment.