Skip to content

Commit

Permalink
Troubleshooting 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Mar 26, 2024
1 parent ed3704b commit d84f3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fstats_tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ program tests
local = test_nl_least_squares()
if (.not.local) overall = .false.

! local = test_bootstrap_nl_least_squares()
! if (.not.local) overall = .false.
local = test_bootstrap_nl_least_squares()
if (.not.local) overall = .false.

! Allan Variance Tests
local = test_allan_variance()
Expand Down

0 comments on commit d84f3b3

Please sign in to comment.