Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
Co-authored-by: ralberd <[email protected]>
  • Loading branch information
cmhamel and ralberd authored Sep 3, 2024
1 parent 7f741f9 commit a2bea6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimism/Objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def __init__(self, f, x, p, precondStrategy=None):

self.p = p

# self.objective=jit(f)
self.objective = eqx.filter_jit(f)
self.grad_x = jit(grad(f,0))
self.grad_p = jit(grad(f,1))
Expand Down

0 comments on commit a2bea6d

Please sign in to comment.