Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jul 2, 2024
1 parent ed6ffe4 commit 753f43f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loopsolver/admm_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def __init__(self, nelements: int):
self.z = np.zeros(nelements)
self.u = np.zeros(nelements)
self.nelements = nelements
print("nel", nelements)

def admm_method_iterate_admm_array(self, xmin, xmax, x):

Expand Down

0 comments on commit 753f43f

Please sign in to comment.