Skip to content

Commit 4a446a6

Browse files
committed
Increasing tolerance for robust test.
1 parent 2fad082 commit 4a446a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/admm/sharing_admm_tests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ end
7474
wait(coord_role.task)
7575
end
7676

77-
@test isapprox(flex_actor.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-3)
78-
@test isapprox(flex_actor2.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-3)
79-
@test isapprox(flex_actor3.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-3)
77+
@test isapprox(flex_actor.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-2)
78+
@test isapprox(flex_actor2.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-2)
79+
@test isapprox(flex_actor3.x, [0.06666795239195517, 0.3333332205122851, -0.6666666349151213], atol=1e-2)
8080
@test handle.got_it
8181
@test handle2.got_it
8282
@test handle3.got_it

0 commit comments

Comments
 (0)