Skip to content

Commit

Permalink
debug print statement when resetting iterates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers committed Apr 4, 2023
1 parent 8e32bb4 commit 4927829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qss/qss.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def solve(

# Reset problem parameters if not warm starting
if not self._options["warm_start"]:
if self._options["debug"]: print('### DEBUG ###\nresetting iterates\n#############')
self._reset_iterates(self._options["random_init"])
self._rho_controller = None

Expand Down

0 comments on commit 4927829

Please sign in to comment.