Skip to content

Commit 59ab4d3

Browse files
committed
remove variable added for debugging
1 parent 5779011 commit 59ab4d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygsti/optimize/simplerlm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,10 +598,8 @@ def simplish_leastsq(
598598
mu, nu = (tau * max_jtj_diag, 2) if init_munu == 'auto' else init_munu
599599
best_x_state = (mu, nu, norm_f, f.copy())
600600

601-
___temp = 0
602601
#determing increment using adaptive damping
603602
while True: # inner loop
604-
___temp += 1
605603
if profiler: profiler.memory_check("simplish_leastsq: begin inner iter")
606604

607605
# ok if assume fine-param-proc.size == 1 (otherwise need to sync setting local JTJ)

0 commit comments

Comments
 (0)