Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Oct 23, 2023
1 parent d420d6f commit 3eebdca
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 @@ -216,7 +216,7 @@ function solve(o::Calibrate; callback)
prob = ODEProblem(o.sys, [], o.timespan)
statenames = [states(o.sys);getproperty.(observed(o.sys), :lhs)]

opt_iter_counter[] = 0
opt_callback_counter[] = 0
# bayesian datafit
if o.calibrate_method == "bayesian"
p_posterior = EasyModelAnalysis.bayesian_datafit(prob, o.priors, o.data;
Expand Down

0 comments on commit 3eebdca

Please sign in to comment.