Skip to content

Commit 38719b4

Browse files
Update test_math.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent a69b79f commit 38719b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensor/rewriting/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ def test_log_sqrt() -> None:
19931993
x = pt.tensor("x", shape=(None, None))
19941994
out = log(sqrt(x))
19951995

1996-
out = rewrite_graph(out, include=["canonicalize", "specialize", "stabilize"])
1996+
out = rewrite_graph(out, include=["canonicalize"])
19971997

19981998
assert equal_computations(
19991999
[out],

0 commit comments

Comments
 (0)