Skip to content

Commit

Permalink
refactoring update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-happle committed Nov 28, 2019
1 parent 22eff46 commit 4b6aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cea/optimization/slave/cooling_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def district_cooling_network(locator,
T_source_average_Lake_K = np.zeros(HOURS_IN_YEAR)

# get properties of technology used in this script
ACH_prop = AbsorptionChiller(pd.read_excel(locator.get_supply_systems(), sheet_name="Absorption_chiller"), 'double')
ACH_prop = AbsorptionChiller(pd.read_excel(locator.get_database_supply_systems(), sheet_name="Absorption_chiller"), 'double')
CCGT_prop = calc_cop_CCGT(master_to_slave_variables.NG_Trigen_CCGT_size_W, ACH_T_IN_FROM_CHP_K, "NG")

# intitalize variables
Expand Down

0 comments on commit 4b6aed4

Please sign in to comment.