-
Notifications
You must be signed in to change notification settings - Fork 47
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
Clean up sampling tests #1486
Clean up sampling tests #1486
Conversation
…st) and marked as flakey.
…t as for of an exhibition, which is covered in the jupyter notebook "sampler_study"
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1486 +/- ##
===========================================
- Coverage 82.88% 82.87% -0.02%
===========================================
Files 163 163
Lines 13786 13786
===========================================
- Hits 11427 11425 -2
- Misses 2359 2361 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the many improvements, including speeding things up! I don't think this addresses some of the unnecessary computation and non-deterministic behavior described in #1475 , but that can be revisited if failing tests become an issue again. Fine to merge and close/leave open that issue as you like.
Should speed up most of the very slow tests in
base
, clean up the code and thereby adress #1475