GridMod / RTS-GMLC

Reliability Test System - Grid Modernization Lab Consortium
160 stars 83 forks source link

fix keyerror when generate RTS_GMLC.m #155

Closed sablea closed 5 months ago

sablea commented 1 year ago

There is an error in the variable name in the script.py file in the RTS_Data/FormattedData/MATPOWER folder. "g['Start Heat Cold MMBTU']" should be written as "g['Start Heat Cold MBTU'] ". I have fixed this error so that cli.py can run correctly and generate RTS_GMLC.m. #154