SciML / EasyModelAnalysis.jl

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

ci: standardize workflows using SciML's reusable workflows #263

Open thazhemadam opened 2 months ago

thazhemadam commented 2 months ago

Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardize the SciML's CI workflows for more generic and common requirements, to keep the workflows uniform and easier to maintain.

ChrisRackauckas commented 2 months ago

Currently blocked by https://github.com/TuringLang/Turing.jl/issues/2296

ChrisRackauckas commented 4 weeks ago

@jClugstor how's this?

jClugstor commented 4 weeks ago

Depwarns are messing this up, looks like the changes to symbolic solving in Symbolics. I'll need to go through and change to symbolic_linear_solve.

Also it seems like the datafit tests aren't actually running.