@@ -3370,8 +3370,8 @@ cdef class BinaryCodeClassifier:
3370
3370
# equal to its minimum element
3371
3371
v[k] = nu.new_first_smallest_nontrivial(k, W, self .Phi_size * k)
3372
3372
if not nu.sat_225(k): hh = k + 1
3373
- e[k] = 0 # see state 12 and 17
3374
- state = 2 # continue down the tree
3373
+ e[k] = 0 # see state 12 and 17
3374
+ state = 2 # continue down the tree
3375
3375
3376
3376
elif state == 5 :
3377
3377
# same as state 3, but in the case where we haven't yet defined zeta
@@ -3381,8 +3381,7 @@ cdef class BinaryCodeClassifier:
3381
3381
zb__Lambda_rho[k] = Lambda[k]
3382
3382
state = 4
3383
3383
3384
- elif state == 6 :
3385
- # at this stage, there is no reason to continue downward, so backtrack
3384
+ elif state == 6 : # at this stage, there is no reason to continue downward, so backtrack
3386
3385
j = k
3387
3386
3388
3387
# return to the longest ancestor nu[i] of nu that could have a
@@ -3473,7 +3472,7 @@ cdef class BinaryCodeClassifier:
3473
3472
3474
3473
state = 10
3475
3474
3476
- elif state == 9 : # nu is a better guess at the canonical label than rho
3475
+ elif state == 9 : # nu is a better guess at the canonical label than rho
3477
3476
rho = PartitionStack(nu)
3478
3477
k_rho = k
3479
3478
qzb = 0
@@ -3483,7 +3482,7 @@ cdef class BinaryCodeClassifier:
3483
3482
zb__Lambda_rho[k+ 1 ] = - 1
3484
3483
state = 6
3485
3484
3486
- elif state == 10 : # we have an automorphism to process
3485
+ elif state == 10 : # we have an automorphism to process
3487
3486
# increment l
3488
3487
if l < self .L- 1 : l += 1
3489
3488
# store information about the automorphism to Omega and Phi
@@ -3504,8 +3503,8 @@ cdef class BinaryCodeClassifier:
3504
3503
Omega[ii] ^= (1 << j) # so cancel
3505
3504
j = col_gamma[j] # cellmates
3506
3505
i += 1
3507
- while i < ncols and not Omega[ii]& (1 << i): # find minimal element
3508
- i += 1 # of next cell
3506
+ while i < ncols and not Omega[ii]& (1 << i): # find minimal element
3507
+ i += 1 # of next cell
3509
3508
i = 0
3510
3509
jj = self .radix
3511
3510
while i < nwords:
0 commit comments