#16559: Brouwer-Van Rees version of Wilson's decomposition
-------------------------------------+-------------------------------------
       Reporter:  ncohen             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  combinatorial      |   Resolution:
  designs                            |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Nathann Cohen      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/ncohen/16559     |  9b8ba79c4956a5962a2fc3d7491cc7ae58907511
   Dependencies:  #16884             |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_review => needs_work


Comment:

 I got doctest failure with the development version
 {{{
 File "orthogonal_arrays.py", line 565, in
 sage.combinat.designs.orthogonal_arrays.wilson_construction
 Failed example:
     OA = designs.orthogonal_array(6,11)
 Expected nothing
 Got:
     doctest:1: DeprecationWarning: This function will soon be removed. Use
 the designs.orthogonal_arrays.* functions instead
     See http://trac.sagemath.org/17034 for details.
 }}}
 and
 {{{
 File "orthogonal_arrays.py", line 567, in
 sage.combinat.designs.orthogonal_arrays.wilson_construction
 Failed example:
     OAb = wilson_construction(OA,5,11,21,[[(5,5)]])
 Exception raised:
     Traceback (most recent call last):
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 488, in _run
         self.compile_and_execute(example, compiler, test.globs)
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 851, in compile_and_execute
         exec(compiled, globs)
       File "<doctest
 sage.combinat.designs.orthogonal_arrays.wilson_construction[10]>", line 1,
 in <module>
         OAb =
 
wilson_construction(OA,Integer(5),Integer(11),Integer(21),[[(Integer(5),Integer(5))]])
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/combinat/designs/orthogonal_arrays.py", line 615, in
 wilson_construction
         profile) for profile in block_profiles}
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/combinat/designs/orthogonal_arrays.py", line 615, in
 <dictcomp>
         profile) for profile in block_profiles}
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/combinat/designs/orthogonal_arrays.py", line 1240, in
 incomplete_orthogonal_array
         elif x==1 and any(uu==y and mu<=1 and lmbda==1 and k<=kk+1 for
 (nn,kk,lmbda,mu,uu) in QDM.get((n,1),[])):
       File "/opt/sage_flatsurf/local/lib/python2.7/site-
 packages/sage/combinat/designs/orthogonal_arrays.py", line 1240, in
 <genexpr>
         elif x==1 and any(uu==y and mu<=1 and lmbda==1 and k<=kk+1 for
 (nn,kk,lmbda,mu,uu) in QDM.get((n,1),[])):
     ValueError: need more than 4 values to unpack
 }}}

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/16559#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to