From 6a9a87cb9676b21f7dbb635d11bebfa2ad5b7e4a Mon Sep 17 00:00:00 2001 From: Can Ergen Date: Thu, 25 Jul 2024 09:23:11 -0700 Subject: [PATCH] Update test_models.py Fixed tests. --- tests/core/test_models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/core/test_models.py b/tests/core/test_models.py index 581e757..dad6c1d 100644 --- a/tests/core/test_models.py +++ b/tests/core/test_models.py @@ -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():