NREL / ReEDS-2.0

https://nrel.github.io/ReEDS-2.0/
GNU General Public License v3.0
120 stars 16 forks source link

ReEDS just runs for the 1st year and then stop. #143

Closed ngnguyen2893 closed 1 year ago

ngnguyen2893 commented 1 year ago

Hi ReEDS team, I have Anaconda with python 3.7.1, and GAMS 33.2 (the python version in my GAMS is 3.8.5). I installed all packages: gdxpds, xlrd, jinja2, bokeh and so on for python, and all the packages for R. Somehow the model only runs for the 1st year when I run the test case, with the errofile having one file that has: ERROR:main:a_ercot_seq_2012 ERROR:main:Traceback (most recent call last): File "ReEDS_Augur\ReEDS_Augur.py", line 375, in ReEDS_augur(args) File "ReEDS_Augur\ReEDS_Augur.py", line 147, in ReEDS_augur osprey_results = process_osprey_results(args, osprey_inputs) File "E:\ReEDS_OpenAccess\runs\a_ercot_seq\ReEDS_Augur\B3_process_osprey_results.py", line 194, in process_osprey_results tran_results = compute_region_flows(flows, osprey_inputs, args) File "E:\ReEDS_OpenAccess\runs\a_ercot_seq\ReEDS_Augur\B3_process_osprey_results.py", line 100, in compute_region_flows columns=['r', 'idx_hr']) File "c:\Anaconda3\lib\site-packages\pandas\core\frame.py", line 407, in init raise TypeError("data argument can't be an iterator") TypeError: data argument can't be an iterator

Can someone help point me into the right direction?

Thank you