Skip to content

Commit

Permalink
fixing path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebalogun01 committed Dec 13, 2023
1 parent f5285ad commit 666be75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charging_sim/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Battery_state should include: Estimate SOH corrected from previous day, SOC,

path_prefix = os.getcwd()
path_prefix = (path_prefix[: path_prefix.index('EV50_cosimulation')] + 'EV50_cosimulation')
path_prefix = (path_prefix[: path_prefix.index('EV-EcoSim')] + 'EV-EcoSim') # This needs to be fixed
path_prefix.replace('\\', '/')
OCV_SOC_linear_params = 0

Expand Down
Empty file removed test_files/__init__.py
Empty file.

0 comments on commit 666be75

Please sign in to comment.