sebapersson / PEtab.jl

Create parameter estimation problems for ODE models
https://sebapersson.github.io/PEtab.jl/stable/
MIT License
47 stars 7 forks source link

Only use needed OrdinaryDiffEq packages #213

Closed sebapersson closed 1 month ago

sebapersson commented 1 month ago

This should reduce pre-compilation time, as now only the packages that contain the default solvers are loaded.

Closes #206