-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I get the following error in the last step of the README:
drgpu/read_reports.py", in fill_source_report
new_dict = {line_id: source_df.at[line_id, stall_reason]}
pandas/core/indexing.py", line 2488, in getitem
return super().getitem(key)
pandas/core/indexing.py", line 2440, in getitem
return self.obj._get_value(*key, takeable=self._takeable)
pandas/core/frame.py", line 4008, in _get_value
series = self._get_item_cache(col)
pandas/core/frame.py", line 4417, in _get_item_cache
loc = self.columns.get_loc(item)
pandas/core/indexes/base.py", line 3797, in get_loc
raise KeyError(key) from err
KeyError: 'stall_barrier'
Have you seen this error? What might be the reason?
Metadata
Metadata
Assignees
Labels
No labels