Ticket #1388 (closed defect: fixed)
failure in calculus/wester.py
| Reported by: | jsp | Owned by: | failure |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by mabshoff) (diff)
sage -t devel/sage-main/sage/calculus/wester.py
**********************************************************************
File "wester.py", line 399:
: print d.factor()
Expected:
(-1) * (a - d) * (-a + b) * (b - d) * (a - c) * (b - c) * (c - d)
Got:
(-1) * (-a + b) * (a - c) * (b - c) * (a - d) * (b - d) * (c - d)
**********************************************************************
1 items had failures:
1 of 188 in __main__.example_0
***Test Failed*** 1 failures.
For whitespace errors, see the file .doctest_wester.py
[9.5 s]
exit code: 256
This seems to be a 32 bits issue!?
Change History
comment:1 Changed 6 years ago by mabshoff
- Owner changed from was to failure
- Component changed from algebraic geometry to doctest
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
