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 dd8895d commit a3f0a4eCopy full SHA for a3f0a4e
pytensor/graph/basic.py
@@ -710,7 +710,7 @@ def clone(self, **kwargs):
710
return cp
711
712
713
-class NominalVariable(AtomicVariable[_TypeType]):
+class NominalVariable(Generic[_TypeType, _IdType], AtomicVariable[_TypeType]):
714
"""A variable that enables alpha-equivalent comparisons."""
715
716
__instances__: dict[tuple["Type", Hashable], "NominalVariable"] = {}
0 commit comments