Ticket #1372 (closed defect: fixed)
[with patch] 2.8.15.alpha2: dokchitser.py doctest failure (numerical noise)
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Jaap reports on Linux FC7, 32 bit:
File "dokchitser.py", line 384:
sage: L.taylor_series(1,3)
Expected:
6.2239725530250970363983975962696997888173850098274602272589e-73 + (-3.5271062035449946049211903242820246129524508593200000161038e-73)*z +
0.75931650028842677023019260789472201907809751649492435158581*z^2 + O(z^3)
Got:
6.2239725530250970363983975962696997888173850098274602272589e-73 + (-3.5271062035449946049211903242820246129524508593201400619235e-73)*z +
0.75931650028842677023019260789472201907809751649492435158581*z^2 + O(z^3)
**********************************************************************
1 items had failures:
1 of 8 in __main__.example_7
***Test Failed*** 1 failures.
Attachments
Change History
Changed 5 years ago by mabshoff
-
attachment
Sage-2.8.15.alpha2-fix-dokchitser-doctest-FC7-32bit.patch
added
Note: See
TracTickets for help on using
tickets.
