Skip to content

Commit 1dcca8b

Browse files
authored
Update scipy/stats/_distn_infrastructure.py
1 parent 74b21b6 commit 1dcca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/stats/_distn_infrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3085,7 +3085,7 @@ def _drv2_ppfsingle(self, q, *args): # Use basic bisection algorithm
30853085
message = "Arguments that bracket the requested quantile could not be found."
30863086
raise RuntimeError(message)
30873087

3088-
# maximum number of bisections within the normal numbers
3088+
# maximum number of bisections within the normal float64s
30893089
# maxiter = int(np.log2(finfo.max) - np.log2(finfo.smallest_normal))
30903090
maxiter = 2046
30913091
for i in range(maxiter):

0 commit comments

Comments
 (0)