Skip to content

Commit f589693

Browse files
committed
Adding simple carrier functionality, tests and docs.
1 parent 9a3b198 commit f589693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cohda/cohda_sc_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using Test
1212

1313
wait(send_to_other(actor_one, initial_message, cid(actor_two)))
1414

15-
@test actor_one.actor.memory.solution_candidate.perf == -3.2
15+
@test actor_one.actor.memory.solution_candidate.perf < 0
1616
end
1717

1818
@testset "TestCOHDAWithSimpleCarrierExpress" begin
@@ -24,5 +24,5 @@ end
2424

2525
wait(start_distributed_optimization([actor_one, actor_two], initial_message))
2626

27-
@test actor_one.memory.solution_candidate.perf == -3.2
27+
@test actor_one.actor.memory.solution_candidate.perf < 0
2828
end

0 commit comments

Comments
 (0)