From 7ac3f7db87959a823d32af7e94b7c416f6502905 Mon Sep 17 00:00:00 2001 From: user202729 <25191436+user202729@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:23:41 +0700 Subject: [PATCH 1/2] Fix a nonfunctional long time doctest tag --- src/sage/modular/btquotients/pautomorphicform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/modular/btquotients/pautomorphicform.py b/src/sage/modular/btquotients/pautomorphicform.py index 3d49d59bdfc..8358822f88e 100644 --- a/src/sage/modular/btquotients/pautomorphicform.py +++ b/src/sage/modular/btquotients/pautomorphicform.py @@ -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() From fc0e64084daa7334375da6937cf03b959f59485d Mon Sep 17 00:00:00 2001 From: user202729 <25191436+user202729@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:00:40 +0700 Subject: [PATCH 2/2] Apply suggestion --- src/sage/modular/btquotients/pautomorphicform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/modular/btquotients/pautomorphicform.py b/src/sage/modular/btquotients/pautomorphicform.py index 8358822f88e..a059d4a5064 100644 --- a/src/sage/modular/btquotients/pautomorphicform.py +++ b/src/sage/modular/btquotients/pautomorphicform.py @@ -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()