-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add a Horseshoe prior Gibbs sampler #96
Conversation
a815080
to
602ae4c
Compare
c480a61
to
fd288a9
Compare
@brandonwillard I just added the test cases for |
I think what is happening is that when we compile the function for |
2478e41
to
53a26de
Compare
07eb1a2
to
98268aa
Compare
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.
A few updates are needed, but this looks really good!
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.
The updates look good, but there's an error in the tests.
3cdc4fc
to
d7796f1
Compare
@brandonwillard Do you mind to take a look at line 554 that wasn't passing the coverage test ? When i put in the |
There's nothing that stands out from inspection alone. You'll need to look into the testing workflow and/or coverage settings to see if that's where the issue is. Try adding a commit that outputs a debug print statement and see if it appears in the CI output (and exclusively runs the relevant test). You can remove the debug commit afterward. |
I think I am able to create a minimal example
test_foo.py
Both of the continue is reported not covered. I reported this issue here |
It looks like this coverage issue is documented in nedbat/coveragepy#198 and is fixed with Python 3.10. |
Then we can just mark it as |
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.
If you remove 6ad3330, squash the rest, and rebase onto main
we can consider merging this.
Adding in Horsehoes gibbs and tests