diff --git a/tests/fstats_tests.f90 b/tests/fstats_tests.f90 index fcadf86..1d3a19a 100644 --- a/tests/fstats_tests.f90 +++ b/tests/fstats_tests.f90 @@ -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()