Skip to content

Commit

Permalink
update CsCheck to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Dec 10, 2023
1 parent ea7f2a1 commit 8791cb3
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 1024 1275 count
Check.between 1023 1275 count
Check.close Medium 0.0401377 ols
}

Expand Down

0 comments on commit 8791cb3

Please sign in to comment.