-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pvalues #128
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 80.66% 81.38% +0.72%
==========================================
Files 20 20
Lines 3330 3293 -37
==========================================
- Hits 2686 2680 -6
+ Misses 644 613 -31 ☔ 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.
Great work @imacocco. I just added some warnings in the Abide notebooks for cells that take a while to run.
The only suggestion for the future would be not to commit notebooks not related to the specific new feature, but this time we can merge those too.
I will rebase and merge!
Actually, another issue might be related to the plotting functions in the tests. Do we really need to plot while testing? |
I force a noninteractive backend in matplotlib in the test modules in order not to slow down the testing process |
…oduced a separated function for binomial model validation
…ong following iterations; added notebook explaining abide/agride functioning
Rebased. Merging after tests pass. |
Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply.