Loading src/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes # get values from doublet output_values = {"power": doublet.doubletCalc1DData.getHpP(), "heat_pump_power": doublet.doubletCalc1DData.getHpPHeatPump(), "heat_pump_power": doublet.doubletCalc1DData.getHeatPowerPerDoublet(), "capex": doublet.getSumcapex(), "opex": doublet.getOpexFirstProdYear(), "utc": doublet.getUtcPeurctkWh(), Loading Loading
src/pythermogis/thermogis_classes/doublet.py +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ def calculate_performance_of_single_location(mask: float, depth: float, thicknes # get values from doublet output_values = {"power": doublet.doubletCalc1DData.getHpP(), "heat_pump_power": doublet.doubletCalc1DData.getHpPHeatPump(), "heat_pump_power": doublet.doubletCalc1DData.getHeatPowerPerDoublet(), "capex": doublet.getSumcapex(), "opex": doublet.getOpexFirstProdYear(), "utc": doublet.getUtcPeurctkWh(), Loading