Skip to content

Commit

Permalink
Add claimed by and ground truth to evaluation admin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Oct 3, 2024
1 parent 271a182 commit ce7092c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/grandchallenge/evaluation/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ class EvaluationAdmin(admin.ModelAdmin):
"task_on_success",
"task_on_failure",
"runtime_metrics",
"claimed_by",
"ground_truth",
)
actions = (requeue_jobs, cancel_jobs, deprovision_jobs)

Expand Down

0 comments on commit ce7092c

Please sign in to comment.