#7758 closed defect (fixed)
doctest failure on OS X 10.5 intel due to randomization
Reported by: | was | Owned by: | tbd |
---|---|---|---|
Priority: | blocker | Milestone: | sage-4.3 |
Component: | doctest coverage | Keywords: | |
Cc: | Merged in: | sage-4.3.rc2 | |
Authors: | William Stein | Reviewers: | Nathann Cohen |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage -t -long "devel/sage/sage/numerical/mip.pyx"********************************************************************** File "/Users/wstein/build/sage-4.3.rc1/devel/sage/sage/numerical/mip.pyx", line 364: sage: p.show() Expected: Maximization: x0 + x1 Constraints: -3*x0 + 2*x1 <= 2 Variables: x1 is a real variable (min=0.0, max=+oo) x0 is a real variable (min=0.0, max=+oo) Got: Maximization: x0 + x1 Constraints: -3*x0 + 2*x1 <= 2 Variables: x0 is a real variable (min=0.0, max=+oo) x1 is a real variable (min=0.0, max=+oo)
Attachments (2)
Change History (8)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Status changed from new to needs_review
comment:2 Changed 13 years ago by
Changed 13 years ago by
comment:3 Changed 13 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 13 years ago by
- Resolution set to fixed
- Status changed from positive_review to closed
comment:5 Changed 13 years ago by
- Reviewers set to Nathann Cohen
comment:6 Changed 13 years ago by
- Merged in set to sage-4.3.rc2
Note: See
TracTickets for help on using
tickets.
I merged this into 4.3.rc2 anyways, since 4.3 is lingering forever. I'm leaving this as "needs review" though.