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

Commit

Permalink
trac #17941: Broken doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed May 16, 2015
1 parent a328329 commit 884a359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/designs/designs_pyx.pyx
Expand Up @@ -204,7 +204,7 @@ def is_group_divisible_design(groups,blocks,v,G=None,K=None,lambd=1,verbose=Fals
sage: is_group_divisible_design([range(40)],[["e",2]],40,lambd=1,verbose=True)
e does not belong to [0,...,39]
False
sage: is_group_divisible_design([range(40)],[["e",2]],40,G=[5],lambd=1,verbose=True)
sage: is_group_divisible_design([range(40)],[range(40)],40,G=[5],lambd=1,verbose=True)
a group has size 40 while G=[5]
False
sage: is_group_divisible_design([range(40)],[["e",2]],40,K=[1],lambd=1,verbose=True)
Expand Down

0 comments on commit 884a359

Please sign in to comment.