When I downloaded data and tried to run run_repobench_r.py, I got this:
Exception has occurred: KeyError
'test'
File "/research/nfs_su_809/workspace/shu.251/repobench/run_repobench_r.py", line 22, in main
data_first = data_first["test"]
File "/research/nfs_su_809/workspace/shu.251/repobench/run_repobench_r.py", line 92, in <module>
fire.Fire(main)
KeyError: 'test'
I only saw easy and hard in data_first. There is no 'test' in data_first.
Could you provide me with some clues? Thanks.
When I downloaded data and tried to run
run_repobench_r.py
, I got this:I only saw
easy
andhard
in data_first. There is no 'test' in data_first. Could you provide me with some clues? Thanks.