You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked at the code, and I'm pretty sure this can be removed -- I've done this locally without any adverse affects on the test deck. I think I'll keep this local for now, though (until PR #18 is merged into master) as it will only take five minutes to do, but will probably create a mess of merge conflicts that will be horrible to resolve.
On Tue, 2 Apr 2019 at 16:27, Tyrone Rees ***@***.***> wrote:
I've looked at the code, and I'm pretty sure this can be removed -- I've
done this locally without any adverse affects on the test deck. I think
I'll keep this local for now, though (until PR #18
<#18> is merged into master) as it
will only take five minutes to do, but will probably create a mess of merge
conflicts that will be horrible to resolve.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHKFk5MCP4d05CzD7oLTbVLW7oh_cqY6ks5vc3b5gaJpZM4bZHsC>
.
The svd is computed, but is never used except to print to the screen. Is this still needed? If not, remove.
Return status (
svdstatus
) fromget_svd_j
is not checked.There is no logic to handle
svdstatus/=0
.Is it possible to remove altogether this routine and associated code?
Remove
w%smallest_sv
%largest_sv
as well asinform%smallest_sv
%largest_sv
The text was updated successfully, but these errors were encountered: