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

Commit

Permalink
trac #17034: Broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Oct 6, 2014
1 parent b046793 commit b9516b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/intersection.py
Expand Up @@ -415,7 +415,7 @@ def OrthogonalArrayBlockGraph(k,n,OA=None):
Two graphs built from different orthogonal arrays are also different::
sage: k=4;n=10
sage: OAa = designs.orthogonal_array(k,n)
sage: OAa = designs.orthogonal_arrays.build(k,n)
sage: OAb = [[(x+1)%n for x in R] for R in OAa]
sage: set(map(tuple,OAa)) == set(map(tuple,OAb))
False
Expand Down

0 comments on commit b9516b1

Please sign in to comment.