-
Notifications
You must be signed in to change notification settings - Fork 33
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
Change-point tests #1295
base: main
Are you sure you want to change the base?
Change-point tests #1295
Conversation
Something like this @fcooper8472 ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1295 +/- ##
===========================================
+ Coverage 96.49% 100.00% +3.50%
===========================================
Files 114 84 -30
Lines 9925 8838 -1087
===========================================
- Hits 9577 8838 -739
+ Misses 348 0 -348 ☔ View full report in Codecov by Sentry. |
(Is there a better way to do this?)
Thanks both! Looks like it would work to me, which is the most important thing :D |
Defer creation of toy problem to class; define function for specific method
- Simplified problem class - Added Haario-Bardenet test for banana
Add MALA methods
Re-organisation/tidying of functional tests submodule
Renamed function to change point tests.
Merge updates from main into functional testing branch
@DavAug @fcooper8472 Any idea what's making the changepoint testing not work? |
And is it still the plan to have these changepoint tests in the main pints repo, or should they live somewhere else? |
….com/pints-team/pints into issue-1294-functional-testing-module
Closes #1294 .