Skip to content

Commit

Permalink
Replace doctest with a faster example
Browse files Browse the repository at this point in the history
  • Loading branch information
kedlaya committed May 1, 2024
1 parent 40a9419 commit e3426d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/modular/hypergeometric_motive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,9 +1391,9 @@ def padic_H_value(self, p, f, t, prec=None, cache_p=False):
Check that :issue:`37910` is resolved::
sage: H = Hyp(alpha_beta=[[1/2,1/3,2/3,1/6,5/6], [0,0,0,0,0]])
sage: H.padic_H_value(6211, 2, -512000) # long time
2791959433670741
sage: H = Hyp(alpha_beta=[[1/2,1/2,1/2,1/2,1/2,1/3,2/3,1/6,5/6], [0,0,0,0,0,0,0,0,0]])
sage: H.padic_H_value(151, 2, -512000)
50178940126155881
REFERENCES:
Expand Down

0 comments on commit e3426d7

Please sign in to comment.