Skip to content

Commit 13656d7

Browse files
committed
this runs, looks proper too
1 parent eb855c1 commit 13656d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CCA.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import numpy as np
22
import copy
33
import csv
4-
import time
54
from PCA import PCA_subcluster
65

7-
# call CCA_sub(not_able_cca,not_able_pca,N,rp_g, Df,kf, R, tol_ov)
86
def CCA_subcluster(R: np.ndarray, N: int, DF: float, kf: float,iter: int,N_subcl_perc: float ,ext_case: int ,tolerance: float=1e-7) -> tuple[bool,bool]:
97
CCA_OK = True
108

0 commit comments

Comments
 (0)