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
In sets.py some lines are failling in some special cases.
For example in line 44 -> consumers = np.where(matrices["a_c"].sum(axis=1) == 1)[0] fails if there is only one heat sink, as the vector has only one dimension and not two.
In sets.py some lines are failling in some special cases.
For example in line 44 -> consumers = np.where(matrices["a_c"].sum(axis=1) == 1)[0] fails if there is only one heat sink, as the vector has only one dimension and not two.