-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
method -> algorithm, part 3 #19572
Comments
Commit: |
comment:2
Some functions again converted from New commits:
|
comment:3
Author name please... |
comment:4
Replying to @jdemeyer:
Duh. Sorry. |
Author: Jori Mäntysalo |
comment:5
Why this as only change in this file? diff --git a/src/sage/modular/modform_hecketriangle/hecke_triangle_groups.py b/src/sage/modular/modform_hecketriangle/hecke_triangle_groups.py
index 64c3e15..89ad904 100644
--- a/src/sage/modular/modform_hecketriangle/hecke_triangle_groups.py
+++ b/src/sage/modular/modform_hecketriangle/hecke_triangle_groups.py
@@ -30,6 +30,7 @@ from sage.misc.cachefunc import cached_method
from hecke_triangle_group_element import HeckeTriangleGroupElement, cyclic_representative, coerce_AA
+from sage.misc.decorators import rename_keyword
class HeckeTriangleGroup(FinitelyGeneratedMatrixGroup_generic, UniqueRepresentation):
r""" |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Replying to @jdemeyer:
I don't know. Maybe my brain was overheated or something. Removed. |
Reviewer: Jeroen Demeyer |
Changed branch from u/jmantysalo/method____algorithm__part_3 to |
Rename keyword
method
toalgorithm
like in #6094 years ago. Files to change:Files to check
Parts 1 and 2 are #19550 and #19559.
Component: misc
Author: Jori Mäntysalo
Branch/Commit:
d0ce399
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/19572
The text was updated successfully, but these errors were encountered: