Skip to content

Commit

Permalink
Updating benchmarks test to reflect new UMAP benchmark name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Apr 27, 2020
1 parent 7fdb3e7 commit 4b060f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/test/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def predict(self, X):

# Only test a few algorithms (which collectively span several types)
# to reduce runtime burden
@pytest.mark.parametrize('algo_name', ['UMAP',
@pytest.mark.parametrize('algo_name', ['UMAP-Supervised',
'DBSCAN',
'LogisticRegression',
'ElasticNet',
Expand Down

0 comments on commit 4b060f8

Please sign in to comment.