Skip to content

Commit c9f07e1

Browse files
committed
Fix spmatrix import
1 parent 18aec82 commit c9f07e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

celltypist/contro/pct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from sklearn import __version__ as skv
44
import numpy as np
55
from scipy.stats import f
6+
from scipy.sparse import spmatrix
67
from typing import Optional, Union
78
from .. import logger
89

0 commit comments

Comments
 (0)