From 3eebdca9ffb3c2dee416c9f0162a322487f96b19 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Mon, 23 Oct 2023 11:16:49 -0400 Subject: [PATCH] typo --- src/operations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations.jl b/src/operations.jl index 62e3e15..eff3ba6 100644 --- a/src/operations.jl +++ b/src/operations.jl @@ -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;