Skip to content

Commit

Permalink
Merge pull request #161 from nismod/fix/setup_local_data_path
Browse files Browse the repository at this point in the history
Derive local data path from wrapperconfig in setup script
  • Loading branch information
eggimasv committed Mar 6, 2019
2 parents a0b0a49 + ee6273e commit 62e3b97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions energy_demand/scripts/s_post_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ def post_install_setup(args):

path_config_file = args.config_file


config = data_loader.read_config_file(path_config_file)

local_data_path = config['PATHS']['path_local_data']

base_yr = config['CONFIG']['base_yr']

data = {}
Expand Down

0 comments on commit 62e3b97

Please sign in to comment.