Skip to content

Commit

Permalink
turn off tests on CNA
Browse files Browse the repository at this point in the history
  • Loading branch information
emdann committed Nov 24, 2023
1 parent cbe3bfa commit f47e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_methods_cna.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from oor_benchmark.api import check_method, sample_dataset
from oor_benchmark.methods import scArches_cna


@pytest.mark.skip(reason="Silencing this because of updates in CNA.")
def test_method_output():
adata = sample_dataset()
adata.obsm["X_scVI"] = adata.obsm["X_pca"].copy()
Expand Down

0 comments on commit f47e993

Please sign in to comment.