Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedRazavi committed Jan 4, 2024
1 parent 03dd024 commit 703cbd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions omf/models/restoration.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,10 +847,7 @@ def coordStrFormatter(coordString):
try:
customerOutageData = pd.read_csv(pathToCsv)
except:
<<<<<<< HEAD
# TODO: Needs to be updated to provide info for all loads, not just shed loads. Outage Incidence plot is dependent on all loads
=======
>>>>>>> f9e2220aec562c162c42d26421b2721c11b42af6
deviceTimeline = data["Device action timeline"]
loadsShed = []
for line in deviceTimeline:
Expand Down

0 comments on commit 703cbd8

Please sign in to comment.