Skip to content

Commit

Permalink
Use pyomo.common.tempfiles instead of PyUtilib (#829)
Browse files Browse the repository at this point in the history
The use of the PyUtilib TempfileManager.tempdir has been deprecated.
Use pyomo.common.tempfiles instead.
  • Loading branch information
anamileva authored Oct 15, 2021
1 parent 9b8abe3 commit dc9437e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridpath/run_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from pyomo.environ import AbstractModel, Suffix, DataPortal, SolverFactory, \
SolverStatus, TerminationCondition
# from pyomo.util.infeasible import log_infeasible_constraints
from pyutilib.services import TempfileManager
from pyomo.common.tempfiles import TempfileManager
import sys
import warnings

Expand Down

0 comments on commit dc9437e

Please sign in to comment.