Skip to content

Commit 64cbec3

Browse files
committed
main should still work
1 parent d81ab34 commit 64cbec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
N_subcl_perc = 0.1
2727
iter = 1
2828
while not isFine:
29-
CCA_ok, PCA_ok = CCA_subcluster(R, N, DF, Kf, iter, N_subcl_perc, EXT_CASE)
29+
_ , CCA_ok, PCA_ok = CCA_subcluster(R, N, DF, Kf, iter, N_subcl_perc, EXT_CASE)
3030
isFine = CCA_ok and PCA_ok
3131
if not isFine:
3232
print("Restarting, wasnt able to generate aggregate")

0 commit comments

Comments
 (0)