Skip to content

Commit 44eb599

Browse files
committed
important fix
1 parent af142d2 commit 44eb599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfracval/CCA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def CCA(
643643
n2,
644644
)
645645
cov_max = CCA_overlap_check(n1, n2, X1, X2, Y1, Y2, Z1, Z2, R1, R2)
646-
curr_try = 1
646+
curr_try += 1
647647
list_sum = np.sum(curr_list[prev_cand1, :])
648648

649649
X1 = COR1[:, 0]

0 commit comments

Comments
 (0)