Skip to content

Commit

Permalink
updated tests for run_umap API change
Browse files Browse the repository at this point in the history
  • Loading branch information
parashardhapola committed Jul 30, 2021
1 parent d414eb1 commit bc902c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarf/tests/fixtures_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def paris_clustering_balanced(make_graph, datastore):

@pytest.fixture(scope="class")
def umap(make_graph, datastore):
datastore.run_umap(fit_n_epochs=50, tx_n_epochs=20)
datastore.run_umap(n_epochs=50)
yield np.array(
[datastore.cells.fetch("RNA_UMAP1"), datastore.cells.fetch("RNA_UMAP2")]
).T
Expand Down

0 comments on commit bc902c6

Please sign in to comment.