Skip to content

Commit 0670be0

Browse files
committed
use block level tag
1 parent b304a64 commit 0670be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/graphs/generators/families.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3937,12 +3937,12 @@ def MathonPseudocyclicStronglyRegularGraph(t, G=None, L=None):
39373937
[-4 -3 -2 2 3 4 -1 0 1]
39383938
[-2 -4 -3 4 2 3 1 -1 0]
39393939
3940-
sage: # needs sage.modules sage.rings.finite_rings
3940+
sage: # needs sage.modules sage.rings.finite_rings sage.groups sage.libs.gap
39413941
sage: G.relabel(range(9))
3942-
sage: G3x3 = graphs.MathonPseudocyclicStronglyRegularGraph(2, G=G, L=L) # needs sage.groups sage.libs.gap
3943-
sage: G3x3.is_strongly_regular(parameters=True) # needs sage.groups sage.libs.gap
3942+
sage: G3x3 = graphs.MathonPseudocyclicStronglyRegularGraph(2, G=G, L=L)
3943+
sage: G3x3.is_strongly_regular(parameters=True)
39443944
(441, 220, 109, 110)
3945-
sage: G3x3.automorphism_group(algorithm="bliss").order() # optional - bliss # needs sage.groups sage.libs.gap
3945+
sage: G3x3.automorphism_group(algorithm="bliss").order() # optional - bliss
39463946
27
39473947
sage: G9 = graphs.MathonPseudocyclicStronglyRegularGraph(2)
39483948
sage: G9.is_strongly_regular(parameters=True)

0 commit comments

Comments
 (0)