Skip to content

Commit

Permalink
not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Feb 13, 2025
1 parent 1b988e1 commit eae5bf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_web_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ def test_creation_lifecycle(self, antares_web: AntaresWebDesktop, tmp_path):
assert area_be.ui.color_rgb == area_ui.color_rgb

# tests area creation with properties
properties = AreaProperties()
properties.energy_cost_spilled = 100
properties.adequacy_patch_mode = AdequacyPatchMode.INSIDE
properties = AreaProperties(energy_cost_spilled=100, adequacy_patch_mode=AdequacyPatchMode.INSIDE)
properties.filter_synthesis = [FilterOption.HOURLY, FilterOption.DAILY, FilterOption.HOURLY]
area_name = "DE"
area_de = study.create_area(area_name, properties=properties)
Expand Down

0 comments on commit eae5bf3

Please sign in to comment.