Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux committed Aug 26, 2024
1 parent 35a2f64 commit a34780f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 15 deletions.
6 changes: 3 additions & 3 deletions tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from pathlib import Path
from typing import List, Tuple

import pytest
import ortools.linear_solver.pywraplp as pywraplp
import pytest

from andromede.libs.standard import (
DEMAND_MODEL,
Expand All @@ -23,17 +23,17 @@
UNSUPPLIED_ENERGY_MODEL,
)
from andromede.model import Model
from andromede.study.parsing import InputComponents
from andromede.model.parsing import parse_yaml_library
from andromede.model.resolve_library import resolve_library
from andromede.simulation import OutputValues
from andromede.thermal_heuristic.time_scenario_parameter import BlockScenarioIndex
from andromede.study.parsing import InputComponents
from andromede.thermal_heuristic.problem import (
BlockScenarioIndex,
TimeScenarioHourParameter,
get_heuristic_components,
get_input_components,
)
from andromede.thermal_heuristic.time_scenario_parameter import BlockScenarioIndex
from tests.functional.libs.lib_thermal_heuristic import THERMAL_CLUSTER_MODEL_MILP


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
import ortools.linear_solver.pywraplp as pywraplp
import pytest

from andromede.libs.standard import (
BALANCE_PORT_TYPE,
)
from andromede.libs.standard import BALANCE_PORT_TYPE
from andromede.simulation import OutputValues
from andromede.study.data import ComponentParameterIndex
from andromede.study.parsing import InputComponents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
import ortools.linear_solver.pywraplp as pywraplp
import pytest

from andromede.libs.standard import (
BALANCE_PORT_TYPE,
)
from andromede.libs.standard import BALANCE_PORT_TYPE
from andromede.simulation import OutputValues
from andromede.study.data import ComponentParameterIndex
from andromede.study.parsing import InputComponents
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
import ortools.linear_solver.pywraplp as pywraplp
import pytest

from andromede.libs.standard import (
BALANCE_PORT_TYPE,
)
from andromede.libs.standard import BALANCE_PORT_TYPE
from andromede.simulation import OutputValues
from andromede.study.parsing import InputComponents
from andromede.thermal_heuristic.cluster_parameter import compute_slot_length
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
import ortools.linear_solver.pywraplp as pywraplp
import pytest

from andromede.libs.standard import (
BALANCE_PORT_TYPE,
)
from andromede.libs.standard import BALANCE_PORT_TYPE
from andromede.simulation import OutputValues
from andromede.study.parsing import InputComponents
from andromede.thermal_heuristic.cluster_parameter import compute_slot_length
Expand Down

0 comments on commit a34780f

Please sign in to comment.