NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Fix upgrade issues #12

Closed jgu2 closed 3 years ago

jgu2 commented 3 years ago
  1. Rename Processed_upgrades.json to Processed_thermal_upgrades.json after @ann-sherin changed in PyDSS.
  2. Replace xlrd by using openpyxl engine. New xlrd only support .xls format.
  3. Fix an issue reported by Michael Emmanuel. The new_line_cost and upgraded_line_cost were not aggregated if isinstance of pd.Series. @ann-sherin Please make sure it's correct with sum aggregation.
jgu2 commented 3 years ago

Close this stale PR. Latest update for Michael Emmanuel's work is on branch upgrade-hotfix.