Skip to content

Commit

Permalink
CsCheck 3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Nov 2, 2023
1 parent c9196a3 commit b6482b4
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 @@ -361,7 +361,7 @@ let all =
let x = Array.create n -1.0
let mutable count = 0
let ols = Optimize.Minimum(1e-7, 0.0, Func<_,_>(fun x -> count <- count + 1; Optimization.Broyden x), x)
Check.between 580 582 count
Check.between 578 582 count
Check.close High 0.0 ols
}

Expand Down

0 comments on commit b6482b4

Please sign in to comment.