Skip to content

Commit

Permalink
Update test_entanglement_consumer.jl
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
ba2tro authored Feb 2, 2024
1 parent 2fd1da5 commit 680a023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_entanglement_consumer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for i in 1:30, n in 3:30
@process etracker()
end

econ = EntanglementConsumer(sim, net, 1, 3, [], 1.0)
econ = EntanglementConsumer(sim, net, 1, n, [], 1.0)
@process econ()

run(sim, 100)
Expand All @@ -47,4 +47,4 @@ for i in 1:30, n in 3:30
end
# @test length([econ.log[i] for i in 1:400 if !isnothing(econ.log[i][2])]) > 300
# length([net[2].tags[i][end] for i in 1:100 if net[2].tags[i][end][2]==4]) # almost all slots connected to either 3, 4 or 5, so no room for swaps
# [net[2].tags[i][end] for i in 1:100]
# [net[2].tags[i][end] for i in 1:100]

0 comments on commit 680a023

Please sign in to comment.