Skip to content

Commit

Permalink
turn test for scipygh-20605 back on
Browse files Browse the repository at this point in the history
  • Loading branch information
sturlamolden committed May 8, 2024
1 parent b2d2ef7 commit 45dc44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy/spatial/tests/test_kdtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ def test_gh_20605():
data = np.full((100, 2), 4)
data[:50, :] = 5
data[52:60, 1] = 8
#KDTree(data=data,balanced_tree=True)
KDTree(data=data,balanced_tree=False)
KDTree(data=data, balanced_tree=True)
KDTree(data=data, balanced_tree=False)


0 comments on commit 45dc44d

Please sign in to comment.