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

eliminate full from test/linalg/symmetric.jl #23896

Merged
merged 2 commits into from
Sep 27, 2017

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Sep 27, 2017

Another small step towards deprecation of full. Ref. #12153, #12251, #18850, and linked threads. Best!

@Sacha0 Sacha0 added the linear algebra Linear algebra label Sep 27, 2017
@Sacha0 Sacha0 added this to the 1.0 milestone Sep 27, 2017
@@ -72,10 +72,6 @@ end
@test isa(similar(Symmetric(asym), Int, (3,2)), Matrix{Int})
@test isa(similar(Hermitian(aherm), Int, (3,2)), Matrix{Int})
end
@testset "full" begin
Copy link
Member

@fredrikekre fredrikekre Sep 27, 2017

Choose a reason for hiding this comment

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

Worth keeping in some form? Unless Matrix(S::Symmetric) is tested elsewhere in this file

Copy link
Member

Choose a reason for hiding this comment

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

Didn't find this explicitly tested so took the liberty to add it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good call, and thanks for the lovely addition! :)

@andreasnoack andreasnoack merged commit aee64e3 into JuliaLang:master Sep 27, 2017
@Sacha0
Copy link
Member Author

Sacha0 commented Sep 27, 2017

Thanks all! :)

@Sacha0 Sacha0 deleted the rftestsymm branch September 27, 2017 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants