Skip to content

Commit

Permalink
Update src/operations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 18, 2023
1 parent dc71ab2 commit a34934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function solve(o::Calibrate; callback)
end

newprob = EasyModelAnalysis.DifferentialEquations.remake(prob, p=fit)
sol = EasyModelAnalysis.DifferentialEquations.solve(newprob)
sol = EasyModelAnalysis.DifferentialEquations.solve(newprob; saveat = 1)
dfsim = DataFrame(hcat(sol.t,stack(sol[statenames])'), :auto)
rename!(dfsim, ["timestamp";string.(statenames)])

Expand Down

0 comments on commit a34934f

Please sign in to comment.