Skip to content

Commit

Permalink
Method rename
Browse files Browse the repository at this point in the history
Co-authored-by: ralberd <[email protected]>
  • Loading branch information
cmhamel and ralberd authored Sep 3, 2024
1 parent 159268c commit 158daef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimism/Problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _solve_load_step(self, Uu, p, useWarmStart):
return Uu, p

Check warning on line 43 in optimism/Problem.py

View check run for this annotation

Codecov / codecov/patch

optimism/Problem.py#L43

Added line #L43 was not covered by tests

# TODO could probably have a better name
def setup(self):
def initialize_solution(self):
Uu = self.domain.create_unknowns()
p = Objective.Params(

Check warning on line 48 in optimism/Problem.py

View check run for this annotation

Codecov / codecov/patch

optimism/Problem.py#L47-L48

Added lines #L47 - L48 were not covered by tests
bc_data=np.zeros((np.sum(self.domain.dof.isBc),)),
Expand Down

0 comments on commit 158daef

Please sign in to comment.