Skip to content

Update codebase to use new theano.gof.graph stack_search, inputs, etc., generator functions #4404

Closed
@Spaak

Description

@Spaak

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions