Skip to content

Commit 0ec1221

Browse files
committed
Added PyTorch init for unit tests ro run.
1 parent 1d4f1cb commit 0ec1221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytensor/link/pytorch/dispatch/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
# # Load dispatch specializations
55
import pytensor.link.pytorch.dispatch.scalar
66
import pytensor.link.pytorch.dispatch.elemwise
7+
import pytensor.link.pytorch.dispatch.math
8+
79
# isort: on

0 commit comments

Comments
 (0)