Skip to content

Commit

Permalink
Merge pull request #42 from michaelbynum/barrier
Browse files Browse the repository at this point in the history
bad default parameter
  • Loading branch information
michaelbynum authored Apr 24, 2023
2 parents a7b666a + d58cc60 commit c137634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parapint/algorithms/interior_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(self,
self.inertia_correction = InertiaCorrectionOptions()
self.linalg = LinalgOptions()
self.line_search: LineSearchOptions = LineSearchOptions()
self.unified_step: bool = True
self.unified_step: bool = False
self.error_scaling: float = 100


Expand Down

0 comments on commit c137634

Please sign in to comment.