Opened 6 years ago
Last modified 5 years ago
#21605 closed defect
Workaround for failing complex_double test on Cygwin — at Version 1
Reported by: | embray | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: Cygwin | Keywords: | |
Cc: | Merged in: | ||
Authors: | Erik Bray | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/embray/bug/cygwin/complex_double_test (Commits, GitHub, GitLab) | Commit: | 77feef03b7ab487a0025a19e5b164e727d7aeb9b |
Dependencies: | Stopgaps: |
Description (last modified by )
I fixed this a while ago, but realized I don't think I ever made a ticket for it.
This test fails due to minor numerical differences (again, probably originating in the log()
function) so that the polynomial returned by z.algdep(5)
ends up being slightly different (it gets an extra factor of x^2
). This makes the test a little more flexible to such differences.
Change History (1)
comment:1 Changed 5 years ago by
- Dependencies #21292 deleted
- Description modified (diff)
- Milestone changed from sage-7.4 to sage-8.0
- Status changed from new to needs_review
Note: See
TracTickets for help on using
tickets.
#21292 remains stalled, but this simple test fix doesn't require it; better to just fix this.