Skip to content

Commit

Permalink
test(st-storage): correct default value for initial_level
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Feb 5, 2024
1 parent c0f4373 commit f54bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/variantstudy/model/command/test_create_st_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_apply__nominal_case(self, recent_study: FileStudy, command_context: Com
"storage1": {
"efficiency": 0.94,
"group": "Battery",
# "initiallevel": 0, # default value is 0
"initiallevel": 0.5,
"initialleveloptim": True,
"injectionnominalcapacity": 1500,
"name": "Storage1",
Expand Down

0 comments on commit f54bb94

Please sign in to comment.