Skip to content

Commit

Permalink
sagemathgh-39536: Fix a nonfunctional long time doctest tag
Browse files Browse the repository at this point in the history
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,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

URL: sagemath#39536
Reported by: user202729
Reviewer(s): David Coudert
  • Loading branch information
Release Manager committed Feb 18, 2025
2 parents a987b8d + fc0e640 commit de95867
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tarball=configure-VERSION.tar.gz
sha1=db7e875cd888f974f7de2c038b2ae75ea5a31b1b
sha256=c905a38a83d6f718258cab25cb643c574fdb600016605c5e252584271bf6ac53
sha1=8af39af82d7bbfec5fd9b2dab55d46568e502e7c
sha256=5505783cb7caa6215364455caf93086b413219739ced57c494dfd91aad397604
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
00c302e55c156a7dd678229ff976ed90ce3d5161
a8aad3c38a3920f2f7c33dd07c1a731bd49444c4
2 changes: 1 addition & 1 deletion src/sage/modular/btquotients/pautomorphicform.py
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ def _make_invariant(self, F):
sage: H = X.harmonic_cocycles(2,prec = 5)
sage: A = X.padic_automorphic_forms(2,prec = 5)
sage: h = H.basis()[0]
sage: A.lift(h) # indirect doctest long time
sage: A.lift(h) # indirect doctest, long time
p-adic automorphic form of cohomological weight 0
"""
S = self._source.get_stabilizers()
Expand Down

0 comments on commit de95867

Please sign in to comment.