Skip to content

Commit

Permalink
removed uninformative comment
Browse files Browse the repository at this point in the history
rileyjmurray committed Oct 23, 2024
1 parent 01d1d33 commit 6b0890c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygsti/optimize/simplerlm.py
Original file line number Diff line number Diff line change
@@ -348,7 +348,6 @@ def damp_coeff_update(mu, nu, half_max_nu, reject_msg, printer):


def jac_guarded(k: int, num_fd_iters: int, obj_fn: Callable, jac_fn: Callable, f, ari, global_x, fdJac_work):
# unnecessary b/c global_x is already valid: ari.allgather_x(x, global_x)
if k >= num_fd_iters:
Jac = jac_fn(global_x) # 'EP'-type, but doesn't actually allocate any more mem (!)
else:

0 comments on commit 6b0890c

Please sign in to comment.