Skip to content

Commit

Permalink
Change default leave_pbar option for linear least squares
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Jun 12, 2019
1 parent 64abc92 commit ae91752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(self, A, y, x=None, proxg=None,
P=None, alpha=None, max_power_iter=30, accelerate=True,
tau=None, sigma=None,
save_objective_values=False,
show_pbar=True, leave_pbar=False):
show_pbar=True, leave_pbar=True):
self.A = A
self.y = y
self.x = x
Expand Down

0 comments on commit ae91752

Please sign in to comment.