Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Apr 23, 2024
1 parent 2d14bc8 commit 7563224
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/fstats_tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ program tests
local = test_bootstrap_nl_least_squares()
if (.not.local) overall = .false.

! ! Allan Variance Tests
! local = test_allan_variance()
! if (.not.local) overall = .false.
! Allan Variance Tests
local = test_allan_variance()
if (.not.local) overall = .false.

! ! Trimmed Mean Tests
! local = trimmed_mean_test_1()
! if (.not.local) overall = .false.
! Trimmed Mean Tests
local = trimmed_mean_test_1()
if (.not.local) overall = .false.

! ! Covariance Tests
! local = test_covariance_1()
! if (.not.local) overall = .false.
! Covariance Tests
local = test_covariance_1()
if (.not.local) overall = .false.

! ! Correlation Tests
! local = test_correlation_1()
! if (.not.local) overall = .false.
! Correlation Tests
local = test_correlation_1()
if (.not.local) overall = .false.

! ! Additional Tests
! local = test_pooled_variance_1()
Expand Down

0 comments on commit 7563224

Please sign in to comment.