Skip to content

Commit

Permalink
cleanup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven committed Apr 29, 2024
1 parent f386355 commit 2f3d819
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mpisppy/cylinders/lagrangian_bounder.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,10 @@ def main(self):
if extensions:
self.opt.extobject.enditer_after_sync()
self.dk_iter += 1
<<<<<<< HEAD
elif self.opt.options.get("subgradient_while_waiting", False):
# compute a subgradient step
self.opt.Compute_Xbar(verbose)
self.opt.Update_W(verbose)
bound = self.lagrangian()
if bound is not None:
self.bound = bound

def finalize(self):
self.final_bound = self.bound
if self.opt.extensions is not None and \
hasattr(self.opt.extobject, 'post_everything'):
self.opt.extobject.post_everything()
return self.final_bound
=======
>>>>>>> upstream/main

0 comments on commit 2f3d819

Please sign in to comment.