Skip to content

Commit ceccba0

Browse files
committed
v0.1.7 beta coreset test minor fix
1 parent 296aeba commit ceccba0

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 (res.totalcost - baseline.totalcost) 1
72+
@test floor(res.totalcost - baseline.totalcost) 1
7373

7474
end
7575

0 commit comments

Comments
 (0)