From ec47a78fa716609563b9177e622358c154f95a00 Mon Sep 17 00:00:00 2001 From: "niklas@pumas.ai" Date: Mon, 17 Jun 2024 12:21:59 +0000 Subject: [PATCH] Tweak syntax in prognostic factors --- 05_prognostic_factors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05_prognostic_factors.jl b/05_prognostic_factors.jl index bec22bf..d3bed9e 100644 --- a/05_prognostic_factors.jl +++ b/05_prognostic_factors.jl @@ -170,7 +170,7 @@ fpm.optim # The model has succeeded in discovering the dynamical model if the individual predictions # match the observations of the test population well. -pred = predict(model, testpop, coef(fpm); obstimes=0:0.1:24); +pred = predict(fpm, testpop; obstimes=0:0.1:24); plotgrid(pred) ############################################################################################