Skip to content

Commit

Permalink
Fix problem incorrect capitalization in path
Browse files Browse the repository at this point in the history
  • Loading branch information
RoaldL committed Feb 2, 2018
1 parent 3b4b87f commit 934fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energy_demand/read_write/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def load_local_paths(path):
'path_val_subnational_gas': os.path.join(
path, '_raw_data', 'D-validation', '02_subnational_gas_demand', 'data_2015_gas.csv'),
'path_employment_statistics': os.path.join(
path, '_raw_data', 'b-census_data', 'employment_statistics_2011_LAD', 'LAD_prior_2015.csv'),
path, '_raw_data', 'B-census_data', 'employment_statistics_2011_LAD', 'LAD_prior_2015.csv'),
'path_floor_area_virtual_stock_by': os.path.join(
path, '_raw_data', 'K-floor_area', 'floor_area_by.csv'),
'path_assumptions_db': os.path.join(
Expand Down

0 comments on commit 934fa25

Please sign in to comment.