SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
79 stars 13 forks source link

(docs): Fix bugs related to plugging in problems #187

Closed AnasAbdelR closed 1 year ago

AnasAbdelR commented 1 year ago

The tutorial mixes the use of plugging in prob with probs and for the ensemble training does not use the fit_enprob and instead uses prob. This PR corrects this