Ticket #11901 (closed defect: fixed)
Fix more noise on MacOS X 10.4 PPC
| Reported by: | leif | Owned by: | jason, was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.7.2 |
| Component: | linear algebra | Keywords: | noisy zero epsilon threshold polynomial term |
| Cc: | kcrisman, rbeezer | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman, Rob Beezer |
| Authors: | Leif Leonhardy | Merged in: | sage-4.7.2.alpha4 |
| Dependencies: | Stopgaps: |
Description (last modified by leif) (diff)
This is a follow-up to #7852 (and #11897).
As reported on sage-release, some doctests in Sage 4.7.2.alpha3 still failed on a PowerPC running MacOS X 10.4 due to numerical noise (or slightly different behaviour, giving correct but varying results).
The patch here further increases the threshold for noisy zero terms of polynomials slightly.
Apply
to the Sage library.
Attachments
Change History
Changed 21 months ago by leif
comment:1 Changed 21 months ago by leif
- Cc kcrisman, rbeezer added
- Status changed from new to needs_review
- Description modified (diff)
- Authors set to Leif Leonhardy
A single-character patch to be tested (by "student") and reviewed...
comment:2 Changed 21 months ago by rbeezer
This looks good to me, but I think we need to see if it does the job on Mac PowerPC?
comment:3 Changed 21 months ago by kcrisman
- Status changed from needs_review to positive_review
- Reviewers set to Karl-Dieter Crisman, Rob Beezer
I know this is sort of silly, but it is nice to have all tests pass :)
Works fine.
sage -t -long "devel/sage/sage/rings/polynomial/polynomial_element.pyx"
[156.8 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 157.4 seconds
comment:4 follow-up: ↓ 5 Changed 21 months ago by jdemeyer
- Status changed from positive_review to closed
- Resolution set to fixed
- Merged in set to sage-4.7.2.alpha4
Thanks!
Note: See
TracTickets for help on using
tickets.


Sage library patch. Based on Sage 4.7.2.alpha3 / #7852.