Skip to content

Commit 753168c

Browse files
Remove references to sandbox
1 parent 5b87984 commit 753168c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

doc/core_development_guide.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,4 @@ some of them might be outdated though:
2626

2727
* :ref:`unittest` -- Tutorial on how to use unittest in testing PyTensor.
2828

29-
* :ref:`sandbox_debugging_step_mode` -- How to step through the execution of
30-
an PyTensor function and print the inputs and outputs of each op.
31-
32-
* :ref:`sandbox_elemwise` -- Description of element wise operations.
33-
34-
* :ref:`sandbox_randnb` -- Description of how PyTensor deals with random
35-
numbers.
36-
3729
* :ref:`sparse` -- Description of the ``sparse`` type in PyTensor.

pytensor/graph/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ def add_tag_trace(thing: T, user_line: int | None = None) -> T:
107107
"pytensor\\graph\\",
108108
"pytensor/scalar/basic.py",
109109
"pytensor\\scalar\\basic.py",
110-
"pytensor/sandbox/",
111-
"pytensor\\sandbox\\",
112110
"pytensor/scan/",
113111
"pytensor\\scan\\",
114112
"pytensor/sparse/",

0 commit comments

Comments
 (0)