-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Greetings!
I am trying to get to know the tool. I am starting with the small example.
Following happened when using the current repository as source for energiapy:
I found issues while building the processes. I think that prod_max
was replaced with cap_max
. However this change was not documented
LiI = Process(name='LiI', storage=Power, capex=1302182, fopex=41432, vopex=2000, cap_max = 100, #prod_max=100, cap_min=10, store_max=100, label='Lithium-ion battery', basis='MW')
After that, the problem cannot be formulated. After some testing, there are some issues when trying to apply
Constraints.RESOURCE_BALANCE
and/or
Constraints.PRODUCTION
in the problem formulation. When I comment this constraing, the problem can be formulated, however the results are meaningles.
Any idea how to solve this?