Closed
Description
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 :)