Skip to content

Commit

Permalink
Next
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Apr 24, 2024
1 parent 5d7e6bd commit 8be3ae9
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 @@ -106,9 +106,9 @@ program 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()
Expand Down

0 comments on commit 8be3ae9

Please sign in to comment.