Ticket #1372 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[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

Sage-2.8.15.alpha2-fix-dokchitser-doctest-FC7-32bit.patch Download (1.4 KB) - added by mabshoff 5 years ago.

Change History

Changed 5 years ago by mabshoff

comment:1 Changed 5 years ago by mabshoff

  • Summary changed from 2.8.15.alpha2: dokchitser.py doctest failure (numerical noise) to [with patch] 2.8.15.alpha2: dokchitser.py doctest failure (numerical noise)

comment:2 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in 2.8.15.rc0.

Note: See TracTickets for help on using tickets.