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

Return success #293

Closed isaacsas closed 1 year ago

isaacsas commented 1 year ago

@ChrisRackauckas this seems to currently just return ReturnCode.Default. Does this look right for how the return code should be used?

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4205552446

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/aggregators/prioritytable.jl 1 86.86%
src/extended_jump_array.jl 1 27.03%
src/jumps.jl 1 84.54%
src/coupling.jl 2 78.18%
src/spatial/spatial_massaction_jump.jl 3 85.45%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 4098492094: 0.4%
Covered Lines: 2100
Relevant Lines: 2379

💛 - Coveralls