We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103e33d commit 3b5bd37Copy full SHA for 3b5bd37
pytensor/graph/features.py
@@ -2,7 +2,6 @@
2
import sys
3
import time
4
import warnings
5
-from collections import OrderedDict
6
from functools import partial
7
from io import StringIO
8
@@ -324,7 +323,7 @@ def orderings(self, fgraph):
324
323
might be broken for all intents and purposes.
325
326
"""
327
- return OrderedDict()
+ return {}
328
329
def clone(self):
330
"""Create a clone that can be attached to a new `FunctionGraph`.
0 commit comments