Skip to content

Commit

Permalink
dependancy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Jan 22, 2025
1 parent 4bd5410 commit 14efecc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/antares_historic/test_antares_historic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

from andromede.input_converter.src.converter import AntaresStudyConverter
from andromede.input_converter.src.logger import Logger
from andromede.model.parsing import (
InputLibrary,
from andromede.study.parsing import (
InputStudy,
parse_yaml_components,
)
from andromede.model.parsing import (
InputLibrary,
parse_yaml_library,
)
from andromede.model.resolve_library import resolve_library
Expand Down Expand Up @@ -54,7 +56,7 @@ def input_library(
return parse_yaml_library(lib)


@pytest.skip("Missing max operator in modeleur to read thermal model")
@pytest.mark.skip("Missing max operator in modeleur to read thermal model")
def test_basic_balance_using_yaml(
study_component: InputStudy, input_library: InputLibrary
) -> None:
Expand Down

0 comments on commit 14efecc

Please sign in to comment.