Skip to content

Commit c8b7f68

Browse files
fchapotontscrim
andauthored
Update src/sage/modular/arithgroup/congroup_gammaH.py
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent d661b4a commit c8b7f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/modular/arithgroup/congroup_gammaH.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ def nregcusps(self):
11811181
for d in divisors(N):
11821182
d2 = d**2
11831183
if d2 > N:
1184-
break
1184+
continue
11851185
Nd = lcm(d, N // d)
11861186
Hd = {x % Nd for x in H}
11871187
if Nd - 1 not in Hd:

0 commit comments

Comments
 (0)