oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

ImportError "tsam" caused by aggregation module #48

Closed jnnr closed 2 years ago

jnnr commented 2 years ago

When importing tabular.datapackage, tabular.datapackage.aggregation is imported as well because of datapackage/init.py. Therefore, an ImportError appears even if aggregation is not used.

jnnr commented 2 years ago

Fixed in #49