Skip to content

Commit fd03866

Browse files
committed
✅ Add test for marimo dataset
1 parent d011354 commit fd03866

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/datasets/test_basic.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from annsel.datasets import marimo_dataset
2+
3+
4+
def test_marimo_dataset():
5+
adata = marimo_dataset()
6+
assert adata.n_obs == 100
7+
assert adata.n_vars == 100

0 commit comments

Comments
 (0)