-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update Aesara dependency #6336
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
Update Aesara dependency #6336
Conversation
No point in updating Aeppl dependency given #6334 |
I didn't know if there were going to be incompatibilities and updated just in case. Do you have commits ready to cherry pick onto this branch to fix the CI ? |
I am not sure I follow. I will push the fixes for that other PR and after that there is no Aeppl dependency anymore. So no point in updating it. Or were you asking something else? |
I'm asking about the Aesara-induced failures here. You mentioned that there exists a branch with fixes? |
Ah. One of the failures is addressed here: #6306 I'll have a look tomorrow |
bc970f1
to
003b805
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6336 +/- ##
==========================================
- Coverage 94.14% 93.78% -0.37%
==========================================
Files 132 132
Lines 26714 26739 +25
==========================================
- Hits 25150 25077 -73
- Misses 1564 1662 +98
|
003b805
to
dcfaaa7
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Some tests are still failing. I suppose most of these are related to the new static shape handling.
|
fe16cf2
to
44281d2
Compare
@aseyboldt unless I missed something, all remaining failures have something to do with unnamed variables and |
4a6380c
to
5371670
Compare
51b20f7
to
b60b9d0
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
Sorry, just saw this, but that commit was the one :-) |
Just one sec, cleaning a bit the |
* Extract `ModelGraph._eval` to a function * More robustness against unlabeled `dims` entries Closes pymc-devs#6335
This includes several changes related to static shape handling. `test_var_replacement` is marked XFAIL because of incompatibility with the new static shape handling.
b60b9d0
to
c9c2430
Compare
Another update to Aesara and aeppl.
I believe @aseyboldt and @ricardoV94 can add commits to fix the CI ?
Major / Breaking Changes
Bugfixes / New features
Docs / Maintenance