You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup python script setup.py appears to work correctly:
024-10-08 22:43:44: Setting up the tuning: COMPLETED
However run script, run.sh fails:
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/AutoIG/scripts/collect_results.py", line 197, in <module>
config, tRs, tRsNoDup = read_data(runDir)
^^^^^^^^^^^^^^^^^
File "/AutoIG/scripts/collect_results.py", line 47, in read_data
tRs["score"] = tRs["score"].astype(float)
~~~^^^^^^^^^
File "/usr/lib/python3/dist-packages/pandas/core/frame.py", line 3807, in __getitem__
indexer = self.columns.get_loc(key)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 3804, in get_loc
raise KeyError(key) from err
KeyError: 'score'
The text was updated successfully, but these errors were encountered:
Setup python script setup.py appears to work correctly:
024-10-08 22:43:44: Setting up the tuning: COMPLETED
However run script, run.sh fails:
The text was updated successfully, but these errors were encountered: