Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Apr 25, 2024
1 parent b296136 commit 571dafe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fstats_tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ program tests
local = anova_test_3()
if (.not.local) overall = .false.

local = test_standardized_variable()
if (.not.local) overall = .false.

local = confidence_interval_test_1()
if (.not.local) overall = .false.

Expand Down Expand Up @@ -128,9 +131,6 @@ program tests
local = test_levene_1()
if (.not.local) overall = .false.

local = test_standardized_variable()
if (.not.local) overall = .false.

local = test_sample_size()
if (.not.local) overall = .false.

Expand Down

0 comments on commit 571dafe

Please sign in to comment.