-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Adding rtol and atol for pinv and nullspace #29998
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this idea!
Hi @andyferris, Sorry for the delay. I resolved your comment. Also there is some issue with the test/pinv tests. I will resolve them soon. |
Hi @andyferris, can you please review this PR now? |
Hi @simonbyrne, I made the changes. |
Oh ! Sorry, I didn't make that part clear. |
No problem, I figured it was easier for me to make the changes than keep asking you for them. Thanks! |
This can be backported to 1.1 since it also contains the NEWS item for #29926. |
* Add code for rtol and atol * add tests * resolve comment * fix typo * fix tests * add news.md item * Not deprecated yet. * Tweak docs slightly * typo from diff [skip ci] (cherry picked from commit 5b2e3e7)
This is as discussed in the PR #29926