Skip to content

Commit fe41025

Browse files
committed
Hotfix: remove patch_to_allow_loading statements
1 parent 06522de commit fe41025

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
@@ -108,8 +108,6 @@ def debug(type, value, tb):
108108
# Patch pyomo if needed, to allow reconstruction of expressions.
109109
# This must be done before the model is constructed.
110110
patch_pyomo()
111-
patch_to_allow_loading(Set)
112-
patch_to_allow_loading(Param)
113111

114112
# Define the model
115113
model = create_model(modules, args=args)

0 commit comments

Comments
 (0)