Skip to content

Commit

Permalink
upper bound for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Jan 5, 2024
1 parent 19a3a9a commit 722311d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ QuantumOpticsBase = "0.4.17"
QuantumSymbolics = "0.2.5"
Random = "1"
Reexport = "1.2.2"
ResumableFunctions = "0.6.1"
ResumableFunctions = "0.6.1 - 0.6.6"
Statistics = "1"
SumTypes = "0.5.1"
julia = "1.9"
2 changes: 1 addition & 1 deletion test/test_entanglement_consumer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ econ = EntanglementConsumer(sim, net, 1, 3, [], 1.0)
run(sim, 400)


@test length([econ.log[i] for i in 1:400 if !isnothing(econ.log[i][2])]) > 100
@test length([econ.log[i] for i in 1:400 if !isnothing(econ.log[i][2])]) > 300

0 comments on commit 722311d

Please sign in to comment.