We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afd123 commit 3e7fa80Copy full SHA for 3e7fa80
src/aggregators/coevolve.jl
@@ -27,7 +27,7 @@ function CoevolveJumpAggregation(nj::Int, njt::T, et::T, crs::Vector{T}, sr::Not
27
rng::RNG; u::U, dep_graph = nothing, lrates, urates,
28
rateintervals, haslratevec) where {T, S, F1, F2, RNG, U}
29
if dep_graph === nothing
30
- if (get_num_majumps(maj) == 0) || !isempty(rs)
+ if (get_num_majumps(maj) == 0) || !isempty(urates)
31
error("To use Coevolve a dependency graph between jumps must be supplied.")
32
else
33
dg = make_dependency_graph(length(u), maj)
0 commit comments