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 a row-indexing bug with sparse matrices that have non-Int indices #18022

Merged
merged 3 commits into from
Aug 17, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Aug 14, 2016

Introduced by #13612, has caused make -C test/perf to fail for the last 9 months

searchsortedfirst does not have methods for general Integer indices

Also a few other little deprecation and portability fixes in test/perf

that have non-Int indices, introduced by #13612
and which has caused `make -C test/perf` to fail for the last 9 months

searchsortedfirst does not have methods for general Integer indices
@tkelman tkelman merged commit f5418ac into master Aug 17, 2016
@tkelman tkelman deleted the tk/perffixes branch August 17, 2016 04:16
tkelman added a commit that referenced this pull request Aug 20, 2016
tkelman added a commit that referenced this pull request Aug 20, 2016
tkelman added a commit that referenced this pull request Aug 20, 2016
that have non-Int indices, introduced by #13612
and which has caused `make -C test/perf` to fail for the last 9 months

searchsortedfirst does not have methods for general Integer indices

(cherry picked from commit b1d5321)
ref #18022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sparse Sparse arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant