We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d011354 commit fd03866Copy full SHA for fd03866
tests/datasets/test_basic.py
@@ -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