Skip to content

Commit 386494b

Browse files
committed
add test_spectral to __init__ for tests
1 parent 69a85f8 commit 386494b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
test_correlation_metrics,
1111
test_dataset_loader,
1212
test_leiden,
13+
test_spectral
1314
)
1415

1516
__all__ = [
@@ -24,4 +25,5 @@
2425
"test_correlation_metrics",
2526
"test_dataset_loader",
2627
"test_leiden",
28+
"test_spectral",
2729
]

0 commit comments

Comments
 (0)