Skip to content

Commit

Permalink
increase some Check ranges due to fails
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Sep 22, 2024
1 parent c0fde82 commit c3ca696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Optimize.MinimumTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ let all =
let mutable count = 0
let ols = Optimize.CurveFit_OLS(1e-7, 0.0, Func<_,_,_>(fun p x -> count <- count + 1; Optimization.Osbourne(p, x)), x, Optimization.OsbourneT, Optimization.OsbourneY)
count <- count / Optimization.OsbourneT.Length
Check.between 1023 1275 count
Check.between 1023 1277 count
Check.close Medium 0.0401377 ols
}

Expand Down

0 comments on commit c3ca696

Please sign in to comment.