#13237: Upgrade Singular
----------------------------------------------------------------+-----------
       Reporter:  jdemeyer                                      |         
Owner:  tbd     
           Type:  enhancement                                   |        
Status:  new     
       Priority:  major                                         |     
Milestone:  sage-5.3
      Component:  packages                                      |    
Resolution:          
       Keywords:  Singular spkg                                 |   Work 
issues:          
Report Upstream:  None of the above - read trac for reasoning.  |     
Reviewers:          
        Authors:  Jeroen Demeyer                                |     Merged 
in:          
   Dependencies:                                                |      
Stopgaps:          
----------------------------------------------------------------+-----------

Comment (by leif):

 So far I only tested the files that previously failed for me (with the new
 spkg and the Sage library patch applied).

 I get the same `list()` errors (although prepended by some debug output it
 seems, before the doctest error is printed), and sporadically the
 `f.factor()` error -- with '''varying''' results:

 {{{
 sage -t --long -force_lib
 "devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx"
 **********************************************************************
 File
 
"${SAGE_ROOT}/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
 line 3910:
     sage: f.factor()
 Expected:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9 + (a)*x^8 +
 (a)*y^4)
 Got:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9 + (a + 1)*x^8
 + (a + 1)*y^4)
 **********************************************************************
 1 items had failures:
    1 of  86 in __main__.example_77
 ***Test Failed*** 1 failures.

 sage -t --long -force_lib
 "devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx"
 **********************************************************************
 File
 
"${SAGE_ROOT}/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
 line 3910:
     sage: f.factor()
 Expected:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9 + (a)*x^8 +
 (a)*y^4)
 Got:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9)
 **********************************************************************
 1 items had failures:
    1 of  86 in __main__.example_77
 ***Test Failed*** 1 failures.

 sage -t --long -force_lib
 "devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx"
 **********************************************************************
 File
 
"${SAGE_ROOT}/devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx",
 line 3910:
     sage: f.factor()
 Expected:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9 + (a)*x^8 +
 (a)*y^4)
 Got:
     x * y^3 * (y^8 + (a)*y^7 + (a + 1)*x) * (x^7*y^3 + x*y^9 + x^8 + y^4)
 **********************************************************************
 1 items had failures:
    1 of  86 in __main__.example_77
 ***Test Failed*** 1 failures.
 }}}

 (For me it's line 3910; presumably due to some other patch.  The first
 variant seems to occur more often.  All tests run sequentially, FWIW.)


 P.S.: Run 100 times from the shell, the test failed 51 times.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13237#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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to