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

Fix -, conj, and conj! for sparse matrices with invalid entries in nzval #31187

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

martinholters
Copy link
Member

Ref. https://github.com/JuliaLang/julia/issues/30662#issuecomment-467436621. I chose to keep the extra elements in nzval, just not apply - or conj to them, respectively. This should be minimally invasive and hence safe for backporting. In the future, we might consider instead dropping extra entries in these functions.

@martinholters martinholters added domain:arrays:sparse Sparse arrays kind:bugfix This change fixes an existing bug backport 1.0 labels Feb 27, 2019
@fredrikekre fredrikekre added the status:triage This should be discussed on a triage call label Feb 27, 2019
@martinholters
Copy link
Member Author

CI failure (AV 32bit) is unrelated: Network problems during Pkg test.

@StefanKarpinski
Copy link
Sponsor Member

Seems like a straightforward bugfix. I propose removing the triage label since backporting is obvious.

@fredrikekre fredrikekre removed the status:triage This should be discussed on a triage call label Mar 1, 2019
@fredrikekre fredrikekre merged commit ca92c7b into master Mar 1, 2019
@fredrikekre fredrikekre deleted the mh/fix_sparse_unary branch March 1, 2019 11:05
KristofferC pushed a commit that referenced this pull request Apr 15, 2019
This was referenced Apr 15, 2019
KristofferC pushed a commit that referenced this pull request Apr 20, 2019
KristofferC pushed a commit that referenced this pull request Apr 20, 2019
KristofferC pushed a commit that referenced this pull request Apr 20, 2019
KristofferC pushed a commit that referenced this pull request Apr 20, 2019
KristofferC pushed a commit that referenced this pull request Aug 26, 2019
@KristofferC KristofferC mentioned this pull request Aug 26, 2019
55 tasks
KristofferC pushed a commit that referenced this pull request Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:arrays:sparse Sparse arrays kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants