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
135 stars 35 forks source link

Fix test warnings #411

Closed isaacsas closed 3 months ago

isaacsas commented 3 months ago

This fixes most warnings that arise in tests in the hopes of maybe fixing the CI issue in https://github.com/SciML/JumpProcesses.jl/issues/410.

Should not be merged until after https://github.com/SciML/JumpProcesses.jl/pull/409

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8441700646

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/problem.jl 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Totals Coverage Status
Change from base Build 8422543521: -0.005%
Covered Lines: 2208
Relevant Lines: 2567

💛 - Coveralls
isaacsas commented 3 months ago

It appears fixing those warnings fixes the CI issues on Github, so after tests pass will merge and then make the new release.