Skip to content

Commit 868cc15

Browse files
committed
Removed duplicate tests
1 parent 99a3945 commit 868cc15

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

tests/tensor/test_math_scipy.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -790,31 +790,6 @@ def test_deprecated_module():
790790
inplace=True,
791791
)
792792

793-
_good_broadcast_quaternary_hyp2f1 = dict(
794-
normal=(
795-
random_ranged(0, 1000, (2, 3)),
796-
random_ranged(0, 1000, (2, 3)),
797-
random_ranged(0, 1000, (2, 3)),
798-
random_ranged(0, 0.5, (2, 3)),
799-
),
800-
)
801-
802-
TestHyp2F1Broadcast = makeBroadcastTester(
803-
op=at.hyp2f1,
804-
expected=expected_hyp2f1,
805-
good=_good_broadcast_quaternary_hyp2f1,
806-
eps=2e-10,
807-
mode=mode_no_scipy,
808-
)
809-
810-
TestHyp2F1InplaceBroadcast = makeBroadcastTester(
811-
op=inplace.hyp2f1_inplace,
812-
expected=expected_hyp2f1,
813-
good=_good_broadcast_quaternary_hyp2f1,
814-
eps=2e-10,
815-
inplace=True,
816-
)
817-
818793
TestHyp2F1DerBroadcast = makeBroadcastTester(
819794
op=at.hyp2f1_der,
820795
expected=expected_hyp2f1,

0 commit comments

Comments
 (0)