oemof / DHNx

District heating system optimisation and simulation models
MIT License
27 stars 12 forks source link

ThermalNetwork has a component DataFrame 'thermal_networks' #33

Closed jnnr closed 4 years ago

jnnr commented 4 years ago

'thermal_networks' appears as a component of ThermalNetworks, as can be seen by:

thermal_network = dhnx.network.ThermalNetwork()

print(thermal_network.components)

# {'thermal_networks': Empty DataFrame
# Columns: []
# Index: [], 'thermal_sub_networks': Empty DataFrame
# Columns: []
# Index: [], 'producers': Empty DataFrame
# Columns: []

This is potentially confusing and should be corrected.