Skip to content

Commit 231a977

Browse files
authored
Make OpFromGraph available at root scope (pymc-devs#1113)
1 parent 9858b33 commit 231a977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def get_underlying_scalar_constant(v):
164164
from pytensor.scan import checkpoints
165165
from pytensor.scan.basic import scan
166166
from pytensor.scan.views import foldl, foldr, map, reduce
167+
from pytensor.compile.builders import OpFromGraph
167168

168169
# isort: on
169170

0 commit comments

Comments
 (0)