Skip to content

Commit 5495149

Browse files
author
Release Manager
committed
gh-39536: Fix a nonfunctional long time doctest tag As in the title. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39536 Reported by: user202729 Reviewer(s): David Coudert
2 parents 5289298 + fc0e640 commit 5495149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/btquotients/pautomorphicform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ def _make_invariant(self, F):
24972497
sage: H = X.harmonic_cocycles(2,prec = 5)
24982498
sage: A = X.padic_automorphic_forms(2,prec = 5)
24992499
sage: h = H.basis()[0]
2500-
sage: A.lift(h) # indirect doctest long time
2500+
sage: A.lift(h) # indirect doctest, long time
25012501
p-adic automorphic form of cohomological weight 0
25022502
"""
25032503
S = self._source.get_stabilizers()

0 commit comments

Comments
 (0)