File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -244,17 +244,6 @@ def _find_energy_rates_till_first_maximum(
244
244
245
245
return energy_rates_till_maximum
246
246
247
- def determine_if_average_of_next_few_prices_higher (self , upcoming_energy_rates : list [EnergyRate ]) -> bool :
248
- """
249
- Determines whether the average of the 2nd and 3rd energy rates is higher than the first one.
250
-
251
- Args:
252
- upcoming_energy_rates (list[EnergyRate]): List of upcoming energy rates.
253
-
254
- Returns:
255
- bool: True if the average of the 2nd and 3rd rates is higher than the 1st rate, otherwise False.
256
- """
257
-
258
247
def get_global_minimum_of_energy_rates (self , energy_rates_till_maximum : list [EnergyRate ]) -> EnergyRate :
259
248
"""
260
249
Determines the global minimum energy rate from a list of energy rates (in this case up until the first maximum).
You can’t perform that action at this time.
0 commit comments