Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 committed May 23, 2024
1 parent 3eb143d commit adc5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopp/simulation/technologies/reopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, lat, lon,
# paths
self.path_current = os.path.dirname(os.path.abspath(__file__))
self.path_results = os.path.join(self.path_current)
self.path_rates = os.path.join(self.path_current, '../', 'resource_files', 'utility_rates')
self.path_rates = os.path.join(self.path_current, '..', 'resource_files', 'utility_rates')
if not os.path.exists(self.path_rates):
os.makedirs(self.path_rates)
# self.fileout = os.path.join(self.path_results, 'REoptResults.json')
Expand Down

0 comments on commit adc5706

Please sign in to comment.