Skip to content

Commit

Permalink
fix problem initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Dec 7, 2022
1 parent efdb3a3 commit 82aff42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ function JumpProblem(prob, aggregator::AbstractAggregatorAlgorithm, jumps::JumpS

if length(jumps.variable_jumps) > 0 && !is_spatial(aggregator)
new_prob = extend_problem(prob, jumps; rng = rng)
disc_agg = nothing
constant_jump_callback = CallbackSet()
variable_jump_callback = build_variable_callback(CallbackSet(), 0,
jumps.variable_jumps...;
rng = rng)
Expand Down

0 comments on commit 82aff42

Please sign in to comment.