You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:pyomo.core:Rule failed when generating expression for Constraint GenericCHPBlock.H_F_1 with index ("<oemof.solph.components._generic_chp.GenericCHP: 'combined_cycle_extraction_turbine'>", 1):
IndexError: list index out of range
ERROR:pyomo.core:Constructing component 'GenericCHPBlock.H_F_1' from data=None failed:
IndexError: list index out of range
Desktop (please complete the following information):
OS: Windows10
Python version: 3.11
The text was updated successfully, but these errors were encountered:
Interesting. Your code has the issue that you give lists that are too short ([15.5946]). However, changing that (to 3*[15.5946]) does not solve the issue.
At the same time, there is a test, test_gen_chp, that runs without issues. Probably, the parameters lead to an infeasible problem.
Describe the bug
The example
To Reproduce
Expected behavior
Model solves
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: