sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Round lifetime to next lower integer #81

Closed nailend closed 2 months ago

nailend commented 3 months ago

use np.floor to round down to next integer

This is necessary as only integer value can be processed by oemof.tabular. Also lifetime has to be one scalar value and not a list!