Skip to content

Commit

Permalink
Rename to address line length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jokochems committed Nov 1, 2023
1 parent 2bfa151 commit 93752f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/multi_period_constraint_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from pyomo.repn.tests.lp_diff import lp_diff

from oemof import solph
from test_scripts.test_solph.test_multi_period_model.test_multi_period_investment_model import (
from test_scripts.test_solph.test_multi_period.test_investment_model import (
set_up_multi_period_investment_model,
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from test_multi_period_investment_model import (
from test_investment_model import (
set_up_multi_period_investment_model,
)

Expand Down

0 comments on commit 93752f4

Please sign in to comment.