Skip to content

Set random seed for WorkerBackend calibration#308

Merged
ph-kev merged 1 commit intomainfrom
kp/random-seed
Apr 23, 2026
Merged

Set random seed for WorkerBackend calibration#308
ph-kev merged 1 commit intomainfrom
kp/random-seed

Conversation

@ph-kev
Copy link
Copy Markdown
Member

@ph-kev ph-kev commented Apr 23, 2026

closes #306

There was a chance that the WorkerBackend calibration test could fail because a random seed is not fixed for EKP and the number of iterations is small. This PR fixes this by setting a random seed for EKP.

@ph-kev ph-kev changed the title Add random seed for WorkerBackend calibration Set random seed for WorkerBackend calibration Apr 23, 2026
@ph-kev ph-kev requested a review from nefrathenrici April 23, 2026 17:55
@ph-kev ph-kev merged commit 54c8a6d into main Apr 23, 2026
9 of 10 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.10%. Comparing base (b768cd8) to head (5c07830).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage   55.10%   55.10%           
=======================================
  Files          16       16           
  Lines        1292     1292           
=======================================
  Hits          712      712           
  Misses        580      580           

☔ 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.

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.

Set random seed for WorkerBackend

2 participants