update comment

This commit is contained in:
2024-05-04 09:58:05 +02:00
parent ed58e34e7e
commit c0a7b5beff
3 changed files with 80 additions and 22 deletions

View File

@@ -16,8 +16,8 @@ class ess_config:
self.discharge_power = discharge_power
class grid_config:
def __init__(self, capacity, price_schedule, grid_loss, sell_price):
self.price_schedule = price_schedule
def __init__(self, capacity, grid_loss, sell_price):
# self.price_schedule = price_schedule
self.loss = grid_loss
self.sell_price = sell_price
self.capacity = capacity