pytensor
pytensor copied to clipboard
Remove `list_of_nodes` in favor of similar `applys_between`
Description
https://github.com/pymc-devs/pytensor/blob/main/pytensor/graph/basic.py#L951 and https://github.com/pymc-devs/pytensor/blob/main/pytensor/graph/basic.py#L1589
The second link is pointing to a different function than the one you mentioned list_of_nodes
updated
list_of_nodes is only used in one place and I think it can be safely replaced by the applys_between