-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove intX and floatX from distributions #7114
Remove intX and floatX from distributions #7114
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7114 +/- ##
==========================================
+ Coverage 90.41% 92.35% +1.93%
==========================================
Files 101 101
Lines 16930 16922 -8
==========================================
+ Hits 15308 15629 +321
+ Misses 1622 1293 -329
|
Also, |
@ricardoV94 could you please take a look? |
@@ -419,6 +419,7 @@ def test_truncated_gamma(): | |||
np.testing.assert_allclose( | |||
logp_pymc, | |||
logp_scipy, | |||
rtol=2.1e-07, |
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.
Is this needed? We shouldn't have changed results numerically
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
d78216a
to
f2b5ef5
Compare
@ricardoV94 I added some changes, could you please take a look? |
@ricardoV94 just friendly reminder about PR) |
Thanks @aerubanov ! |
Type of change
📚 Documentation preview 📚: https://pymc--7114.org.readthedocs.build/en/7114/