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

Out of place variable rate jump extensions #283

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/DifferentialEquations.jl/issues/923

But for some reason it fails because jumps is not a JumpSet?

ChrisRackauckas commented 1 year ago

@isaacsas variable rate jump tests are failing on the latest release?

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3855281158

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


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/extended_jump_array.jl 1 5 20.0%
src/problem.jl 15 41 36.59%
<!-- Total: 16 46 34.78% -->
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 3849180560: -0.4%
Covered Lines: 2098
Relevant Lines: 2377

💛 - Coveralls
ChrisRackauckas commented 1 year ago

For some reason my local formatter is acting up so I'll merge, someone just needs to format some time.