Skip to content

Commit

Permalink
Troubleshooting 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Mar 26, 2024
1 parent 9e0d085 commit ed3704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fstats_nonlinear_regression_tests.f90
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function test_nl_least_squares() result(rst)
logical :: rst

! Parameters
real(real64), parameter :: tol = 1.0d-6
real(real64), parameter :: tol = 1.0d-3

! Local Variables
procedure(regression_function), pointer :: fun
Expand Down

0 comments on commit ed3704b

Please sign in to comment.