Skip to content

Commit 753d150

Browse files
committed
removing nin variable
1 parent ff9049d commit 753d150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/scalar/math.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,6 @@ class BetaIncInv(ScalarOp):
15941594
Inverse of the regularized incomplete beta function.
15951595
"""
15961596

1597-
nin = 3
15981597
nfunc_spec = ("scipy.special.betaincinv", 1, 1)
15991598

16001599
def impl(self, a, b, x):

0 commit comments

Comments
 (0)