Skip to content

Commit

Permalink
Add profile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed May 31, 2023
1 parent 3b9fdf1 commit 48de3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocalFeeder/FeederSimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, config: FeederConfig):
if self._use_smartds:
self._feeder_file = os.path.join("opendss", "Master.dss")
if not os.path.isfile(os.path.join("opendss", "Master.dss")):
self.download_data("oedi-data-lake")
self.download_data("oedi-data-lake", update_loadshape_location=True)
self.load_feeder()
self.create_measurement_lists()
else:
Expand Down

0 comments on commit 48de3a9

Please sign in to comment.