-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update codebase to use new theano.gof.graph stack_search, inputs, etc., generator functions #4404
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
Comments
This is a generator now, so maybe just wrapping this into |
Yeah, wrapping the results of the new generator-based functions with |
I've just created a |
Ah yes of course, I got thrown off by the return value not being used in |
The API for
theano.gof.graph.stack_search
was updated (improved) in aesara-devs/aesara#259. This function is used here (and nowhere else in the PyMC3 codebase, I checked):https://github.com/pymc-devs/pymc3/blob/240c372cf2709e1d3212aa5873b648aa6a6855cc/pymc3/model_graph.py#L72
At first I thought a simple change of argument names would do the trick, but this yields empty results. So I'm hoping @brandonwillard has a pointer on how to rewrite the old-style API to the new one :)
The text was updated successfully, but these errors were encountered: