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

Fix rssa allocations #318

Closed isaacsas closed 1 year ago

isaacsas commented 1 year ago

Closes https://github.com/SciML/JumpProcesses.jl/issues/317

Adds allocations test for all non-spatial aggregators to ensure memory use is independent of the number of time-steps when saving is disabled.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4791704402

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.46%
src/coupling.jl 2 78.18%
src/spatial/spatial_massaction_jump.jl 3 85.45%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 4746294877: 0.6%
Covered Lines: 2176
Relevant Lines: 2460

💛 - Coveralls