2828 ellipkinc as scipy_ellipkinc ,
2929 ellipe as scipy_ellipe ,
3030 ellipeinc as scipy_ellipeinc ,
31- elliprc as scipy_elliprc ,
32- elliprd as scipy_elliprd ,
33- elliprf as scipy_elliprf ,
34- elliprg as scipy_elliprg ,
35- elliprj as scipy_elliprj ,
3631 betainc as scipy_betainc ,
3732)
3833
7065 TensorEllipe ,
7166 ellipeinc ,
7267 TensorEllipeinc ,
73- elliprc ,
74- TensorElliprc ,
75- elliprd ,
76- TensorElliprd ,
77- elliprf ,
78- TensorElliprf ,
79- elliprg ,
80- TensorElliprg ,
81- elliprj ,
82- TensorElliprj ,
8368)
8469
8570
@@ -432,6 +417,9 @@ def test_ellipeinc():
432417 reason = "function not implemented in scipy." ,
433418)
434419def test_elliprc ():
420+ from scipy .special import elliprc as scipy_elliprc
421+ from ..ellip_func_integrals import elliprc , TensorElliprc
422+
435423 raw1 = np .random .rand (4 , 3 , 2 )
436424 raw2 = np .random .rand (4 , 3 , 2 )
437425 a = tensor (raw1 , chunk_size = 3 )
@@ -457,6 +445,9 @@ def test_elliprc():
457445 reason = "function not implemented in scipy." ,
458446)
459447def test_elliprd ():
448+ from scipy .special import elliprd as scipy_elliprd
449+ from ..ellip_func_integrals import elliprd , TensorElliprd
450+
460451 raw1 = np .random .rand (4 , 3 , 2 )
461452 raw2 = np .random .rand (4 , 3 , 2 )
462453 raw3 = np .random .rand (4 , 3 , 2 )
@@ -484,6 +475,9 @@ def test_elliprd():
484475 reason = "function not implemented in scipy." ,
485476)
486477def test_elliprf ():
478+ from scipy .special import elliprf as scipy_elliprf
479+ from ..ellip_func_integrals import elliprf , TensorElliprf
480+
487481 raw1 = np .random .rand (4 , 3 , 2 )
488482 raw2 = np .random .rand (4 , 3 , 2 )
489483 raw3 = np .random .rand (4 , 3 , 2 )
@@ -511,6 +505,9 @@ def test_elliprf():
511505 reason = "function not implemented in scipy." ,
512506)
513507def test_elliprg ():
508+ from scipy .special import elliprg as scipy_elliprg
509+ from ..ellip_func_integrals import elliprg , TensorElliprg
510+
514511 raw1 = np .random .rand (4 , 3 , 2 )
515512 raw2 = np .random .rand (4 , 3 , 2 )
516513 raw3 = np .random .rand (4 , 3 , 2 )
@@ -538,6 +535,9 @@ def test_elliprg():
538535 reason = "function not implemented in scipy." ,
539536)
540537def test_elliprj ():
538+ from scipy .special import elliprj as scipy_elliprj
539+ from ..ellip_func_integrals import elliprj , TensorElliprj
540+
541541 raw1 = np .random .rand (4 , 3 , 2 )
542542 raw2 = np .random .rand (4 , 3 , 2 )
543543 raw3 = np .random .rand (4 , 3 , 2 )
0 commit comments