Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for test_stop_criterion #251

Merged
merged 3 commits into from
Feb 21, 2024
Merged

fix for test_stop_criterion #251

merged 3 commits into from
Feb 21, 2024

Conversation

billbrod
Copy link
Collaborator

on other OSs, can get a different sample of uniform noise when setting the seed to 0, which means it doesn't always hit the stop criterion at the same time. however, it should still hit the stop criterion, so we just test against that directly

on other OSs, can get a different sample of uniform noise when setting
the seed to 0, which means it doesn't always hit the stop criterion at
the same time. however, it should still *hit* the stop criterion, so we
just test against that directly
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (326566f) 86.76% compared to head (028ad9e) 86.76%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #251   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files          35       35           
  Lines        3325     3325           
=======================================
  Hits         2885     2885           
  Misses        440      440           

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

@billbrod billbrod merged commit fe3dd68 into main Feb 21, 2024
77 checks passed
@billbrod billbrod deleted the test_stop_crit_fix branch February 21, 2024 21:27
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.

1 participant