Skip to content

Commit

Permalink
test gc sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jan 28, 2025
1 parent 243b749 commit eb2a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monte_carlo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function mc(
# take simulated values from solution
sv = sol.prob.kwargs[:callback].discrete_callbacks[1].affect!.saved_values
simulation = Simulation(sv, params_i, sol.retcode)

sol = nothing
return (output_func(simulation, i), false)
end

Expand Down

0 comments on commit eb2a0c4

Please sign in to comment.