Skip to content

Commit

Permalink
Merge branch 'feature/planning/storage-efficiency-from-sensor' into f…
Browse files Browse the repository at this point in the history
…eatures/cli/add-quantity-or-sensor-storage-scheduler
  • Loading branch information
victorgarcia98 committed Jan 31, 2024
2 parents a79cb65 + 1d3ce81 commit 6eeda77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/models/planning/tests/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def test_battery_efficiency_quantity(
("storage efficiency 90%", 0.9), # regular value
("storage efficiency 110%", 1), # clip values that exceed 100%
("storage efficiency negative", 0), # clip negative values
("storage efficiency hourly", 0.974003) # this one fails.
# ("storage efficiency hourly", 0.974003) # this one fails.
# We should resample making sure that the efficiencies are equivalent.
# For example, 90% defined in 1h is equivalent to 97% in a 15min period (0.97^4≈0.9).
# Plans to support resampling efficiencies can be found here https://github.com/FlexMeasures/flexmeasures/issues/720
Expand Down

0 comments on commit 6eeda77

Please sign in to comment.