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

BUG: fix validation in csgraph.shortest_path #3467

Merged
merged 2 commits into from
Mar 18, 2014

Conversation

jakevdp
Copy link
Member

@jakevdp jakevdp commented Mar 18, 2014

This should fix #3466

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 65aa324 on jakevdp:shortest-path-fix into * on scipy:master*.

@jakevdp
Copy link
Member Author

jakevdp commented Mar 18, 2014

This should be good to merge when the Travis tests pass.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling eeee194 on jakevdp:shortest-path-fix into * on scipy:master*.

@rgommers rgommers added this to the 0.14.0 milestone Mar 18, 2014
rgommers added a commit that referenced this pull request Mar 18, 2014
BUG: fix validation in csgraph.shortest_path
@rgommers rgommers merged commit e356524 into scipy:master Mar 18, 2014
@rgommers
Copy link
Member

Thanks Jake.

@rgommers
Copy link
Member

Backported to 0.14.x in cbc8826.

@jakevdp
Copy link
Member Author

jakevdp commented Mar 18, 2014

Thanks!

@jakevdp jakevdp deleted the shortest-path-fix branch March 18, 2014 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scipy.sparse.csgraph.shortest_path does not work on scipy.sparse.csr_matrix or lil_matrix
3 participants