diff --git a/app.py b/app.py index 1d19558a..c33147f5 100644 --- a/app.py +++ b/app.py @@ -90,8 +90,8 @@ def simulate(user_inputs, sequential_run=True, parallel_run=False): path_prefix = os.getcwd() # Change below to name of the repo. - results_folder_path = path_prefix[: path_prefix.index('EV50_cosimulation')] + 'EV50_cosimulation/analysis/results' - path_prefix = path_prefix[: path_prefix.index('EV50_cosimulation')] + 'EV50_cosimulation' + results_folder_path = path_prefix[: path_prefix.index('EV-EcoSim')] + 'EV-EcoSim/analysis/results' + path_prefix = path_prefix[: path_prefix.index('EV-EcoSim')] + 'EV-EcoSim' # PRELOAD station_config = open(path_prefix + '/test_cases/battery/feeder_population/config.txt', 'r') diff --git a/requirements.txt b/requirements.txt index 6593532a..34c83de8 100644 Binary files a/requirements.txt and b/requirements.txt differ