-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update clone_replace
strict
keyword name
#5849
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 clone_replace
strict
keyword name
#5849
Conversation
dcf1718
to
b9fb0b2
Compare
You might need to update this line for the pre-commit: Line 29 in 938604c
|
b9fb0b2
to
1145527
Compare
Codecov Report
@@ Coverage Diff @@
## main #5849 +/- ##
==========================================
+ Coverage 86.10% 89.49% +3.39%
==========================================
Files 73 73
Lines 13225 13267 +42
==========================================
+ Hits 11387 11873 +486
+ Misses 1838 1394 -444
|
The current failures are fixed by aesara-devs/aesara#976. |
1145527
to
fec2ba8
Compare
Any idea what this is about? |
I'm looking into it now, but, so far, it appears to be another |
OK, this error is a special one. It looks like the graph being compiled is an |
@brandonwillard I understood 20% of that, is it difficult to fix? Is the fix on the aseara or pymc side? |
I don't think a fix would be all that involved. For instance, if we completely remove the "statefulness" of the inner-graph containing I almost have a good MWE from which to work. |
Is the error related to this merged PR aesara-devs/aesara#993? |
It is technically fixed by that PR, but the underlying problem is not completely addressed by it. It should be fine to move forward with that as a fix in the meantime, though. |
fec2ba8
to
860b713
Compare
This is to avoid issues in upcoming Aesara releases that require the argument.
Read the docs is failing with CC @OriolAbril |
see #5845 |
This PR updates the use of
clone_replace
with thestrict
keyword to use therebuild_strict
keyword.