You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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 :)