Skip to content

Commit 12a9546

Browse files
fix bokeh report creation
1 parent 5dfe19f commit 12a9546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postprocessing/bokehpivot/reeds2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
niche_techs = ['hydro','csp','geothermal','beccs','lfill-gas','biopower']
3434
price_types = ['load','res_marg','oper_res','state_rps','nat_gen']
3535
ccs_techs = ['gas-cc-ccs_mod_upgrade','coal-ccs_mod_upgrade','gas-cc-ccs_max_upgrade','coal-ccs_max_upgrade','gas-cc-ccs_mod','gas-cc-ccs_max','coal-ccs_mod','coal-ccs_max','coal-ccs-nsp','coal-ccs-flex','gas-cc-ccs-flex']
36-
water_techs = pd.read_csv('/Users/jcarag/ReEDS/PSH_Updates/ReEDS-2.0/postprocessing/bokehpivot/in/reeds2/tech_ctt_wst.csv')['tech'].tolist()
36+
water_techs = pd.read_csv(os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, 'postprocessing/bokehpivot/in/reeds2/tech_ctt_wst.csv')))['tech'].tolist()
3737
water_techs = [x.lower() for x in water_techs]
3838

3939
#1. Preprocess functions for results_meta

0 commit comments

Comments
 (0)