Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lapack/netlib: relax tolerance of TestDgesvd #62

Merged
merged 2 commits into from
Mar 31, 2019
Merged

Conversation

kortschak
Copy link
Member

Please take a look.

Fixes #58.

vladimir-ch
vladimir-ch previously approved these changes Mar 30, 2019
Copy link
Member

@vladimir-ch vladimir-ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunate but interesting.

@kortschak
Copy link
Member Author

I'm not sure this will pass yet. I tried 1e-12 and that failed. We'll see how we go.

@kortschak
Copy link
Member Author

BTW It is only the 300x150 mtype=5 that fails.

@kortschak
Copy link
Member Author

This is still failing at 1e-11. I'm going to look at it again tomorrow.

@kortschak
Copy link
Member Author

Figured out why. This wasn't using the constant.

@kortschak kortschak force-pushed the lapack/tol-dgesvd branch 2 times, most recently from a0884e9 to 6055bac Compare March 30, 2019 21:59
@codecov-io
Copy link

codecov-io commented Mar 30, 2019

Codecov Report

Merging #62 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   29.64%   29.64%           
=======================================
  Files           2        2           
  Lines        6382     6382           
=======================================
  Hits         1892     1892           
  Misses       4047     4047           
  Partials      443      443

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29ff885...e76f51d. Read the comment docs.

@kortschak
Copy link
Member Author

Sorry, that was hopefully to dismiss the approval. This is not ready until I can update go.mod to the appropriate commit. That depends on gonum/gonum#940.

@kortschak kortschak merged commit 7672324 into master Mar 31, 2019
@kortschak kortschak deleted the lapack/tol-dgesvd branch March 31, 2019 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lapack/netlib: Dgesvd fails sporadically on travis
3 participants