Skip to content

Commit 3c41dcb

Browse files
small edit
1 parent a02f890 commit 3c41dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

visual_behavior/dimensionality_reduction/clustering/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ def get_coClust_matrix(X, model=SpectralClustering, nboot=np.arange(150), n_clus
769769
______________
770770
returns: coClust_matrix: (ndarray) probability matrix of co-clustering together.
771771
'''
772-
model = model()
772+
#model = model()
773773
labels = get_labels_for_coclust_matrix(X=X,
774774
model=model,
775775
nboot=nboot,

0 commit comments

Comments
 (0)