Skip to content

Comments

removing rnd reuse logic (disabled by default)#1642

Open
emmacware wants to merge 5 commits intoopen-atmos:mainfrom
emmacware:remove_rnd_reuse
Open

removing rnd reuse logic (disabled by default)#1642
emmacware wants to merge 5 commits intoopen-atmos:mainfrom
emmacware:remove_rnd_reuse

Conversation

@emmacware
Copy link
Collaborator

No description provided.

@slayoo
Copy link
Member

slayoo commented Jun 14, 2025

OK, in the 2D kinematic setup, the reuse logic is enabled by default:

self.coalescence_optimized_random = True

@codecov
Copy link

codecov bot commented Jun 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.71%. Comparing base (5168834) to head (c6e6507).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1642      +/-   ##
==========================================
- Coverage   86.77%   86.71%   -0.06%     
==========================================
  Files         414      412       -2     
  Lines       10500    10440      -60     
==========================================
- Hits         9111     9053      -58     
+ Misses       1389     1387       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@slayoo
Copy link
Member

slayoo commented Jun 15, 2025

IIUC, with the reuse disabled, we are shuffling all n_sd numbers regardless of how many are actually needed in a given substep. So, I'd suggest that before removing the reuse logic, we implement a scheme to alter the amount of shuffled numbers depending on how many are actually needed in a given substep

@github-actions
Copy link

Stale pull request message

@slayoo slayoo added this to the v3.0.0 milestone Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants