perf(ci): nightly perf aggregator + Numba social/PSM accumulators#1
Open
razinkele wants to merge 10 commits into
Open
perf(ci): nightly perf aggregator + Numba social/PSM accumulators#1razinkele wants to merge 10 commits into
razinkele wants to merge 10 commits into
Conversation
…f: add Numba accumulators and social aggregator; tests, docs
|
Caution Review failedAn error occurred during the review process. Please try again later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Perf check
|
|
Perf check
|
…; move energy accumulation out of _update_psm
|
Perf check
|
…d consolidate mortality
|
Perf check
|
razinkele
pushed a commit
that referenced
this pull request
Jun 12, 2026
Verified all findings against code: - #3 CRITICAL: JSON loader defaults impact=170 -> every Kattegat ship forced to 170dB override -> JOMOPANS would be inert. Loader also ignores real type/length (mostly OTHER, hardcoded 100m). Added loader fixes (impact default, type->VesselClass map, read length) + vessel-class validation. - #1: only ONE site (population.py:2718); main.py:2102 is deter_max_distance, not a threshold -> corrected. - #2: JAX gate threads through tick_jax.py jax_tick_energy (not just jax_kernels.py:843); jax_tick_energy takes BOTH combined (BMR/reporting) + turbine-only (dispersal) arrays. Cython path needs no change; scalar porpoise.deter() noted as deferred. - Added 3 existing-test updates (test_jax_tick:1248, test_dispersal:337, test_integration:163). DEPONS parity of approach confirmed (band 12, speed-0, turbine-only).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Fix births/deaths accounting; add Numba accumulators, perf CI and nightly aggregator. See docs/PERFORMANCE.md for details.