SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

support Turing up to 0.30. #242

Closed oscardssmith closed 8 months ago

oscardssmith commented 8 months ago

I'm not fully sure this works

Checklist

Additional context

Add any other context about the problem here.

jClugstor commented 8 months ago

Doesn't fully work, there's a problem currently in the ensemble tests, caused by some issue in bayesian_datafit. It seems to be caused when trying to to do bayesian_datafit on an MTK model with a mix of parameters types, e.g. some parameters of the model are Float64 and some are Distributions.

ChrisRackauckas commented 8 months ago

I'm fully sure it doesn't. I'll do it right.