-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Updated convert_shape and convert_size #5601
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
|
@twiecki @michaeloriordan please have a look |
michaelosthege
left a comment
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.
Good call, @5hv5hvnk to just make a new PR.
Please address thecomments & run the pre-commit before I trigger the CI
Codecov Report
@@ Coverage Diff @@
## main #5601 +/- ##
==========================================
+ Coverage 87.57% 87.60% +0.03%
==========================================
Files 76 76
Lines 13741 13745 +4
==========================================
+ Hits 12033 12041 +8
+ Misses 1708 1704 -4
|
|
This failed Arviz compatibility checks, I manually updated Arviz but can't commit because there are no changes in any of the files, how can I fix this? |
This is a rather new problem in our CI pipeline. I think I know how to fix it. |
|
I force-pushed your branch after squashing your two commits. However, it looks like GitHub Actions is currently down (https://githubstatus.com). Your PR is most likely the next one that'll get merged 👍 |
The non-SSL cloning is no longer supported by GitHub.
this is another PR for #5417 which I got closed because of deletion of my forked repo
convert_sizewrongly assumes symbolic sizes have to be scalarsfixed by changing code in
pymc/pymc/distributions/shape_utils.py
Line 475 in 9155922
by accepting
size.ndim == 1as well assize.ndim == 0Closes #5394