Opened 6 years ago
Last modified 5 years ago
#21605 closed defect
Workaround for failing complex_double test on Cygwin — at Initial Version
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: | #21292 | Stopgaps: |
Description
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.
Since the output isn't "random" per se I'd rather used the "ignored" flag I proposed in #21292, so I'm marking that as a (soft) dependency of this ticket).
Note: See
TracTickets for help on using
tickets.