Augur Error #66
Unanswered
wanyingw193
asked this question in
Q&A: Execution
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I run this model, Augur returns the following error. Does this mean that the input file of ReEDS_Augur.py, D_condor.py cannot detect the p8 region? But I did not change the Augur file? What is the possible cause of this error? Thanks!
ERROR:main:test2040
ERROR:main:Traceback (most recent call last):
File "ReEDS_OpenAccess-SM_EasySetup\gams\30.3\GMSPython\lib\site-packages\pandas\core\indexes\base.py", line 2898, in get_loc
return self._engine.get_loc(casted_key)
File "pandas_libs\index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\index.pyx", line 101, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\hashtable_class_helper.pxi", line 1675, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas_libs\hashtable_class_helper.pxi", line 1683, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'p8'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "ReEDS_Augur\ReEDS_Augur.py", line 375, in
ReEDS_augur(args)
File "ReEDS_Augur\ReEDS_Augur.py", line 184, in ReEDS_augur
trans_region_curt)
File "ReEDS_OpenAccess-SM_EasySetup\ReEDS_OpenAccess-SM_EasySetup\runs\testcredit_ABsLim50\ReEDS_Augur\D_condor.py", line 214, in get_marginal_storage_value
ba_prices_startup = np.array(prices_pivot[ba])
File "ReEDS_OpenAccess-SM_EasySetup\gams\30.3\GMSPython\lib\site-packages\pandas\core\frame.py", line 2906, in getitem
indexer = self.columns.get_loc(key)
File "ReEDS_OpenAccess-SM_EasySetup\gams\30.3\GMSPython\lib\site-packages\pandas\core\indexes\base.py", line 2900, in get_loc
raise KeyError(key) from err
KeyError: 'p8'
Beta Was this translation helpful? Give feedback.
All reactions