Skip to content

Commit c9c0f35

Browse files
committed
remove test for a scipy deprecated submodule
1 parent 294f53a commit c9c0f35

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/tensor/test_math_scipy.py

-6
Original file line numberDiff line numberDiff line change
@@ -724,12 +724,6 @@ def expected_log1mexp(x):
724724
inplace=True,
725725
)
726726

727-
728-
def test_deprecated_module():
729-
with pytest.warns(DeprecationWarning):
730-
import pytensor.scalar.basic_scipy # noqa: F401
731-
732-
733727
_good_broadcast_ternary_betainc = dict(
734728
normal=(
735729
random_ranged(0, 1000, (2, 3)),

0 commit comments

Comments
 (0)