Skip to content

Commit

Permalink
trac 25688 remove "known bug" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveWitteMorris committed Jul 25, 2021
1 parent 8bae3ff commit 689e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/functions/hypergeometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
sage: hypergeometric_M(2, 2, x).series(x, 3)
1 + 1*x + 1/2*x^2 + Order(x^3)
sage: hypergeometric_U(2, 2, x).series(x == 3, 100).subs(x=1).n() # known bug (see :trac:`25688`)
sage: hypergeometric_U(2, 2, x).series(x == 3, 100).subs(x=1).n()
0.403652637676806
sage: hypergeometric_U(2, 2, 1).n()
0.403652637676806
Expand Down

0 comments on commit 689e08f

Please sign in to comment.