Skip to content

Commit 361d91f

Browse files
committed
Merge remote-tracking branch 'michaelbynum/initialization' into initialization
2 parents 418f7cf + 5c69315 commit 361d91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/devel/initialization/pwl_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def beforeChild(self, node, child, child_idx):
197197

198198

199199
def _refine_pwl_approx(
200-
m,
200+
m: BlockData,
201201
pwl_expr_to_con_map: MutableMapping[
202202
PiecewiseLinearExpression, Sequence[ConstraintData]
203203
],

0 commit comments

Comments
 (0)