Ticket #1330 (closed defect: fixed)
[with patch, with positive review] 2.8.14/Solaris: fix sympy doctest - 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
On Solaris I get the following doctest failures due to numerical noise:
sage -t devel/sage-main/sage/calculus/test_sympy.py **********************************************************************
File "test_sympy.py", line 23:
: float(pi + exp(1))
Expected:
5.8598744820488378
Got:
5.8598744820488387
The attached patch fixes that.
Cheers,
Michael
Attachments
Change History
Changed 6 years ago by mabshoff
-
attachment
Sage-2.8.14-fix-sympy-doctest-failure-on-Sparc.patch
added
comment:1 Changed 6 years ago by mabshoff
- Owner changed from failure to mabshoff
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.
