Skip to content

Commit

Permalink
fix file import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Oct 16, 2024
1 parent d12071b commit 61e29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/gdpopt/tests/test_ldsda.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pyomo.environ import SolverFactory, value, Var, Constraint, TransformationFactory
from pyomo.gdp import Disjunct
import pyomo.common.unittest as unittest
from four_stage_dynamic_model import build_model
from pyomo.contrib.gdpopt.tests.four_stage_dynamic_model import build_model


class TestGDPoptLDSDA(unittest.TestCase):
Expand Down

0 comments on commit 61e29e9

Please sign in to comment.