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 typo in query_pairs #5705

Merged
merged 1 commit into from
Jan 13, 2016

Conversation

sturlamolden
Copy link
Contributor

Fix silent typo in cKDTree.query_pairs. It seems Cython's type inference can handle it, but correct static typing is preferred.

@codecov-io
Copy link

@@            master   #5705   diff @@
======================================
  Files          234     234       
  Stmts        43135   43135       
  Branches      8156    8156       
  Methods          0       0       
======================================
  Hit          33451   33451       
  Partial       2604    2604       
  Missed        7080    7080       

Review entire Coverage Diff as of b2e334c

Powered by Codecov. Updated on successful CI builds.

@rgommers rgommers added scipy.spatial maintenance Items related to regular maintenance tasks labels Jan 13, 2016
rgommers added a commit that referenced this pull request Jan 13, 2016
@rgommers rgommers merged commit 5c576fa into scipy:master Jan 13, 2016
@rgommers
Copy link
Member

Merged, thanks Sturla.

@rgommers rgommers added this to the 0.18.0 milestone Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.spatial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants