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

Fix/round lifetime to next lower integer #82

Closed FelixMau closed 2 months ago

FelixMau commented 2 months ago

Rounding lifetime to integers Adapt tests to hold integer lifetimes only

Once decommissioning is reviewed I want to move both operations to a default calculation function in calculations.py

FelixMau commented 2 months ago

They did not work with my tests since all lifetimes had been floats so far. So the test is included in the other tests.