Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
change doctest to easier check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo-Maffei committed Aug 26, 2020
1 parent fd8d1ba commit 250e3d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sage/combinat/designs/gen_quadrangles_with_spread.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,11 @@ def generalised_quadrangle_hermitian_with_ovoid(const int q):
Incidence structure with 1105 points and 325 blocks
sage: len(t[1])
65
sage: t[0].is_generalized_quadrangle() # long time
True
sage: G = t[0].intersection_graph([1]) # line graph
sage: G.is_strongly_regular(True)
(325, 68, 3, 17)
sage: set(t[0].block_sizes())
{17}
REFERENCES:
Expand Down

0 comments on commit 250e3d7

Please sign in to comment.