Skip to content

Commit

Permalink
Remove hard coded benchmark category
Browse files Browse the repository at this point in the history
  • Loading branch information
hunteraraujo committed Sep 29, 2023
1 parent 0e804e2 commit 1f36761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/lib/models/benchmark/task_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class TaskInfo {
Map<String, dynamic> toJson() => {
'data_path': dataPath,
'is_regression': isRegression,
// 'category': jsonEncode(category),
'category': "[\"coding\"]",
'category': jsonEncode(category),
'task': task,
'answer': answer,
'description': description,
Expand Down

0 comments on commit 1f36761

Please sign in to comment.