Skip to content

Commit

Permalink
Update pyomo/contrib/doe/doe.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bethany Nicholson <[email protected]>
  • Loading branch information
jialuw96 and blnicho authored May 9, 2024
1 parent 3bcebd5 commit 1387955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/doe/doe.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from pyomo.contrib.doe.scenario import ScenarioGenerator, FiniteDifferenceStep
from pyomo.contrib.doe.result import FisherResults, GridSearchResult

import pyomo.core.base as pcb
from pyomo.environ import Var, Param
import collections.abc

import inspect
Expand Down

0 comments on commit 1387955

Please sign in to comment.