Skip to content

Commit

Permalink
Tweak syntax in prognostic factors
Browse files Browse the repository at this point in the history
  • Loading branch information
korsbo committed Jun 17, 2024
1 parent 74114ca commit ec47a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_prognostic_factors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

############################################################################################
Expand Down

0 comments on commit ec47a78

Please sign in to comment.