I get some strange test failures on Solaris. The correct result is issued, but a warning is given, which might indicate the test could be better written, but I don't know what is intended.

sage -t  "devel/sage/sage/modules/vector_modn_sparse_c.pxi"
         [17.2 s]

Expected:
    0.0
Got:
doctest:106: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    0.0
**********************************************************************





**********************************************************************
File "/usr/local/sage-4.2-Solaris-10-SPARC-sun4u-SunOS/devel/sage/sage/modules/vector_double_dense.pyx", line 663:
    sage: v.stats_kurtosis()
Expected:
    -1.23
Got:
doctest:106: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    -1.23
**********************************************************************









--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to