Skip to content

Commit

Permalink
chore(test): remove import test (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Mar 11, 2024
1 parent 32641fc commit 63de3f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_velovi.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import pytest
import scvelo as scv
from scvi.data import synthetic_iid


def test_import():
with pytest.warns(UserWarning):
pass


def test_preprocess_data():
adata = synthetic_iid()
adata.layers["spliced"] = adata.X.copy()
Expand Down

0 comments on commit 63de3f0

Please sign in to comment.