修复eval的BUG

This commit is contained in:
zhiyang7 2021-12-24 19:12:09 +08:00
parent 24b88bae40
commit 3b43a6bc6f
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ if __name__ == '__main__':
for evaluation in evaluations for baseline in baselines
]
eval_list.append([
eval_list.extend([
{
'farmer': evaluation,
'landlord': evaluation,