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

Move sparse matrix tests to the new SparseArrays.jl repo #43832

Merged
merged 2 commits into from
Jan 17, 2022

Conversation

ViralBShah
Copy link
Member

Tests being moved to SparseArrays.jl through JuliaSparse/SparseArrays.jl#70

@ViralBShah ViralBShah added sparse Sparse arrays excision Removal of code from Base or the repository test This change adds or pertains to unit tests labels Jan 17, 2022
@ViralBShah
Copy link
Member Author

@KristofferC What do you think we can do about the use of sparse in hashing.jl? I think it is best to leave it as is since it is testing interaction with the other containers.

Also, do we really need using SparseArrays, LinearAlgebra in ambiguous.jl?

@KristofferC
Copy link
Member

KristofferC commented Jan 17, 2022

What do you think we can do about the use of sparse in hashing.jl?

If the plan is to move out SparseArrays completely at some point, then the tests have to fully move out as well.

Also, do we really need using SparseArrays, LinearAlgebra in ambiguous.jl?

I'm not sure, it doesn't seem to do anything, no.

@ViralBShah ViralBShah merged commit 591f066 into master Jan 17, 2022
@ViralBShah ViralBShah deleted the vs/sparsetests branch January 17, 2022 13:15
N5N3 pushed a commit to N5N3/julia that referenced this pull request Jan 24, 2022
…3832)

* Move sparse matrix tests to the new SparseArrays.jl repo
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…3832)

* Move sparse matrix tests to the new SparseArrays.jl repo
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…3832)

* Move sparse matrix tests to the new SparseArrays.jl repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
excision Removal of code from Base or the repository sparse Sparse arrays test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants