#1163: [with patch, needs review] make assume behave more consistently and catch
inconsistent assumptions
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: gfurnish
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.2.1
Component: calculus | Keywords:
Work_issues: | Author: Karl-Dieter Crisman
Reviewer: | Merged:
------------------------+---------------------------------------------------
Changes (by robert.marik):
* status: needs_review => positive_review
Comment:
When running "make test" I got
{{{
sage -t "/opt/sage/devel/sage/sage/modules/vector_real_double_dense.pyx"
**********************************************************************
File "/opt/sage/devel/sage/sage/modules/vector_real_double_dense.pyx",
line 72:
sage: v.stats_skew()
Expected:
0.0
Got:
doctest:106: SyntaxWarning: assertion is always true, perhaps remove
parentheses?
0.0
**********************************************************************
}}}
But if I run doctesting by hand to this file only, everything is O.K.
Since this is syntax warinng and not error, I give positiev review. But
this should be fiexd as well.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1163#comment:17>
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
-~----------~----~----~----~------~----~------~--~---