rl-institut / oemoflex

A flexible model structure for creating and analysing multi-regional sector-integrated energy systems with oemof featuring many flexibility options.
https://oemoflex.readthedocs.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

Excess has wrong attribute 'capacity' #86

Closed MaGering closed 1 year ago

MaGering commented 1 year ago

In the facade_attr file of excess a wrong attribute is listed: capacity. It is not an attribute that is passed in class Excess in oemof.tabular.

Related issues are: https://github.com/rl-institut/oemoflex/issues/85 and https://github.com/oemof/oemof-tabular/issues/65

MaGering commented 1 year ago

This is solved with the merge of https://github.com/oemof/oemof-tabular/pull/68 in oemof.tabular. Excess has now among others the attribute capacity.