Skip to content

Commit 21759f7

Browse files
committed
Minor Coreset test fix
1 parent fdb18cf commit 21759f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test07_coreset.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end
6969

7070
@test res.converged == baseline.converged
7171
@test res.iterations == baseline.iterations
72-
@test round(res.totalcost) == round(baseline.totalcost)
72+
@test floor(res.totalcost) == floor(baseline.totalcost)
7373

7474
end
7575

0 commit comments

Comments
 (0)