Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytensor/d3viz/d3viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def replace_patterns(x, replace):

Parameters
----------
s : str
x : str
String on which function is applied
replace : dict
`key`, `value` pairs where key is a regular expression and `value` a
Expand Down
2 changes: 1 addition & 1 deletion pytensor/graph/fg.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def import_var(

Parameters
----------
variable : pytensor.graph.basic.Variable
var : pytensor.graph.basic.Variable
The variable to be imported.
reason : str
The name of the optimization or operation in progress.
Expand Down
4 changes: 2 additions & 2 deletions pytensor/graph/traversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@ def toposort_with_orderings(
Parameters
----------
graphs : list or tuple of Variable instances
Graph inputs.
outputs : list or tuple of Apply instances
Graph outputs.
blockers : list or tuple of Variable instances
Graph inputs.
orderings : dict
Keys are `Apply` or `Variable` instances, values are lists of `Apply` or `Variable` instances.

Expand Down
Loading