You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG+1] Fix for test_neighbors_metrics() check kd-tree algorithm when possible (scikit-learn#7339)
* Fix for test_neighbors_metrics() check kd-tree algorithm when possible
* Improving check in test_neighbors_metrics by using a dictionary for the results and checking for existence of key for kd_tree
* Fix flake8 problem due to line too long
* remove enumerate, since not needed when using results dict
0 commit comments