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

Remove string "Array" funnybusiness #23583

Merged
merged 3 commits into from
Sep 8, 2017
Merged

Remove string "Array" funnybusiness #23583

merged 3 commits into from
Sep 8, 2017

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Sep 5, 2017

I think this looks much nicer and the tests seem to pass. I didn't get all of them but I did get most. Now got 'em all!

@kshyatt kshyatt added linear algebra Linear algebra test This change adds or pertains to unit tests labels Sep 5, 2017
@kshyatt kshyatt requested a review from andreasnoack September 5, 2017 00:50
@andreasnoack andreasnoack self-assigned this Sep 5, 2017
@test norm(a*(lua\c) - c, 1) < ε*κ*n # c is a vector
@test norm(a'*(lua'\c) - c, 1) < ε*κ*n # c is a vector
@test norm(a*(lua\cc) - cc, 1) < ε*κ*n # c is a vector
@test norm(a'*(lua'\cc) - cc, 1) < ε*κ*n # c is a vector
Copy link
Member

Choose a reason for hiding this comment

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

# cc is a vector and above.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh good call, thanks <3

Copy link
Member

@StefanKarpinski StefanKarpinski left a comment

Choose a reason for hiding this comment

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

Wow, that was some serious fishiness.

@kshyatt
Copy link
Contributor Author

kshyatt commented Sep 6, 2017

@andreasnoack thoughts?

else
a = view(ainit, 1:size(ainit, 1), 1:size(ainit, 2))
end
@test_throws(ArgumentError,triu(a,8))
Copy link
Member

Choose a reason for hiding this comment

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

Accidentally removed this test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Return Of The Test!

@fredrikekre
Copy link
Member

Timeout on bsd and libgit2 on circle. Linalg tests passed on all workers.

@fredrikekre fredrikekre merged commit 15b29bc into master Sep 8, 2017
@fredrikekre fredrikekre deleted the ksh/destring branch September 8, 2017 07:44
@andreasnoack
Copy link
Member

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants