Skip to content

Commit

Permalink
cleaning up directory naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalogun01 committed Dec 13, 2023
1 parent 9074fec commit 163f905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 163f905

Please sign in to comment.