SciML / JumpProcesses.jl

Build and simulate jump equations like Gillespie simulations and jump diffusions with constant and state-dependent rates and mix with differential equations and scientific machine learning (SciML)
https://docs.sciml.ai/JumpProcesses/stable/
Other
140 stars 35 forks source link

figure out why CI is now taking a ridiculous amount of time #410

Closed isaacsas closed 6 months ago

isaacsas commented 6 months ago

CI is suddenly taking a very long amount of time, while not actually reporting that any specific test file is taking a long time (it seems to hang for a very long time on the saveat_regression test, while not actually reporting that it spends much time on this file). Locally on my computer I have no issues -- this only seems to be the Github action that is problematic.

isaacsas commented 6 months ago

https://github.com/SciML/JumpProcesses.jl/pull/411 seems to have fixed this issue.

ChrisRackauckas commented 6 months ago

Deprecation warnings really slow down code, so fixing them would definitely fix this.