Skip to content

Commit

Permalink
test: fix the genomepy bug (#3150)
Browse files Browse the repository at this point in the history
will fix the test that failing  since last updates
  • Loading branch information
ori-kron-wis authored Jan 14, 2025
1 parent 6760ef7 commit 859b758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/data/test_preprocessing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import pytest


def test_poisson_gene_selection():
import numpy as np
import pytest
Expand Down Expand Up @@ -31,6 +34,7 @@ def test_poisson_gene_selection():
poisson_gene_selection(adata, batch_key="batch", n_top_genes=n_top_genes)


@pytest.mark.internet
def test_add_dna_sequence(save_path: str):
from scvi.data import add_dna_sequence, synthetic_iid

Expand Down

0 comments on commit 859b758

Please sign in to comment.