Skip to content

Commit

Permalink
blakc now
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Jan 23, 2025
1 parent a9a4b8a commit f555153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions tests/antares_historic/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def actual_thermal_list_ini(local_study_w_thermal) -> IniFile:
@pytest.fixture
def actual_thermal_areas_ini(local_study_w_thermal) -> IniFile:
return IniFile(
local_study_w_thermal.service.config.study_path, InitializationFilesTypes.THERMAL_AREAS_INI
local_study_w_thermal.service.config.study_path,
InitializationFilesTypes.THERMAL_AREAS_INI,
)


Expand Down Expand Up @@ -234,7 +235,8 @@ def default_hydro_properties() -> HydroProperties:
@pytest.fixture
def actual_hydro_ini(local_study_with_hydro) -> IniFile:
return IniFile(
local_study_with_hydro.service.config.study_path, InitializationFilesTypes.HYDRO_INI
local_study_with_hydro.service.config.study_path,
InitializationFilesTypes.HYDRO_INI,
)


Expand Down
6 changes: 4 additions & 2 deletions tests/input_converter/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def actual_thermal_list_ini(local_study_w_thermal) -> IniFile:
@pytest.fixture
def actual_thermal_areas_ini(local_study_w_thermal) -> IniFile:
return IniFile(
local_study_w_thermal.service.config.study_path, InitializationFilesTypes.THERMAL_AREAS_INI
local_study_w_thermal.service.config.study_path,
InitializationFilesTypes.THERMAL_AREAS_INI,
)


Expand Down Expand Up @@ -234,7 +235,8 @@ def default_hydro_properties() -> HydroProperties:
@pytest.fixture
def actual_hydro_ini(local_study_with_hydro) -> IniFile:
return IniFile(
local_study_with_hydro.service.config.study_path, InitializationFilesTypes.HYDRO_INI
local_study_with_hydro.service.config.study_path,
InitializationFilesTypes.HYDRO_INI,
)


Expand Down

0 comments on commit f555153

Please sign in to comment.