Skip to content

Commit

Permalink
Update test_models.py
Browse files Browse the repository at this point in the history
Fixed tests.
  • Loading branch information
canergen authored Jul 25, 2024
1 parent e52a229 commit 6a9a87c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/core/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ def test_annotation():

adata = _get_test_anndata(mode='fast').adata
popv.annotation.annotate_data(
adata, methods=["svm", "rf"],
save_path="tests/tmp_testing/popv_test_results/")
adata, save_path="tests/tmp_testing/popv_test_results/")


def test_annotation_no_ontology():
Expand Down

0 comments on commit 6a9a87c

Please sign in to comment.