Skip to content

Commit 9776d23

Browse files
committed
Hotfix: remove patch_to_allow_loading statements
1 parent 8b739d8 commit 9776d23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

switch_model/solve.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def debug(type, value, tb):
9090
# Patch pyomo if needed, to allow reconstruction of expressions.
9191
# This must be done before the model is constructed.
9292
patch_pyomo()
93-
patch_to_allow_loading(Set)
94-
patch_to_allow_loading(Param)
9593

9694
# Define the model
9795
model = create_model(modules, args=args)

0 commit comments

Comments
 (0)