We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296aeba commit ceccba0Copy full SHA for ceccba0
test/test07_coreset.jl
@@ -69,7 +69,7 @@ end
69
70
@test res.converged == baseline.converged
71
@test res.iterations == baseline.iterations
72
- @test (res.totalcost - baseline.totalcost) ≤ 1
+ @test floor(res.totalcost - baseline.totalcost) ≤ 1
73
74
end
75
0 commit comments