Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-36165: Fix reduction of cusps for Gamma(N)
The method reduce_cusp for Gamma(N) did not work properly on cusps u/v where (u,v) is congruent to (-1,0) mod N. This fixes that by fixing the function _lift_pair(). A doctest has been added with the example reported on sage-devel. Fixes #36163 ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: #36165 Reported by: John Cremona Reviewer(s): Frédéric Chapoton
- Loading branch information