Skip to content

Commit

Permalink
Update test_aligned_umap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Aug 21, 2023
1 parent 04bc761 commit bd727fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/tests/test_aligned_umap.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_aligned_update_params(aligned_iris, aligned_iris_relations):
embd_nn = np.argsort(embd_dmat, axis=1)[:, :10]
assert nn_accuracy(true_nn, embd_nn) >= 0.45


@pytest.mark.skip(reason="Temporarily disable")
def test_aligned_update_array_error(aligned_iris, aligned_iris_relations):
data, target = aligned_iris
n_neighbors = [15, 15, 15, 15, 15]
Expand Down

0 comments on commit bd727fb

Please sign in to comment.