Skip to content

Commit

Permalink
Update accuracy_test.py
Browse files Browse the repository at this point in the history
fix merge resolve typo
  • Loading branch information
erikbern authored Aug 17, 2023
1 parent edca4f6 commit 7ee2dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accuracy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _get_index(dataset, custom_distance=None, custom_dim=None):


def _test_index(dataset, exp_accuracy, custom_metric=None, custom_dim=None):
annoy, dataset_f, dataset = self._get_index(dataset, custom_metric, custom_dim)
annoy, dataset_f, dataset = _get_index(dataset, custom_metric, custom_dim)

n, k = 0, 0

Expand Down

0 comments on commit 7ee2dce

Please sign in to comment.