-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add moments for KroneckerNormalDistribution #5235
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5235 +/- ##
==========================================
+ Coverage 79.01% 79.04% +0.02%
==========================================
Files 87 87
Lines 14370 14376 +6
==========================================
+ Hits 11354 11363 +9
+ Misses 3016 3013 -3
|
a14fc2f
to
1d5fc01
Compare
cc: @ricardoV94 for review. |
@ricardoV94 is this PR good to go? The test failures in It is failing on And the pre-commit is failing on some code formating issue, I think. Is there some specific pre-commit hook that you use? How do I make this pass? |
Yes, it's explained in here: https://docs.pymc.io/en/latest/contributing/python_style.html |
The failing tests are likely due to dependency versions that have been fixed in the main branch. If you rebase your PR on top of it, they should go away. |
1d5fc01
to
f9fd9a0
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.
lgtm, @ricardoV94 i saw this marked as done in #5078, can this be merged now?
We need to rebase and rerun tests, as they were failing |
f9fd9a0
to
8a930dc
Compare
Give me a couple of hours, I will rebase, run the tests and push the code.
…On Mon, 3 Jan, 2022, 7:58 PM Ricardo Vieira, ***@***.***> wrote:
We need to rebase and rerun tests, as they were failing
—
Reply to this email directly, view it on GitHub
<#5235 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVGJZKKSMPX6RLZKWQJLDLUUGXBDANCNFSM5JHJYV3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
no worries, i rebased it @anirudhacharya, the tests should pass now, thanks for contributing to PyMC!!! |
8a930dc
to
76e6463
Compare
Moments and tests for KroneckerNormalDistribution