Ticket #6719
Ticket #6719
(closed defect: invalid)
Opened 2 months ago
Last modified 2 months ago
Doctest failure with elliptic_eu (incomplete elliptic integral of the second kind) on Solaris.
| Reported by: | drkirkby | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | algebra | Keywords: | |
| Cc: | Work issues: | ||
| Author(s): | David Kirkby | Reviewer(s): | |
| Merged in: |
Description
This is a report of a test failure of elliptic_eu (0.5, 0.1), seen on Sage sage-4.1.1.rc0 with updated Maxima (5.19.0) and ecl (9.8.1)
I don’t understand the maths of this, and don’t even know how to independently verify this. But I’m just reporting it as a test failure. I don’t even know if this should be ‘algebra’. Please someone set the ‘Component’ to something else if this is inappropriate.
File “/export/home/drkirkby/sage/sage-4.1.1.rc0/devel/sage/sage/functions/special.py”, line 1259:
sage: elliptic_eu (0.5, 0.1)
Expected:
0.496054551287
Got:
0.495848403419

