Skip to content

Commit

Permalink
changed challenge settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikSchneider12 committed Oct 30, 2024
1 parent f088b6b commit 326d143
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions challenge_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ leaderboard:
- id: 1
schema:
{
"labels": "Metric1",
"default_order_by": "Metric1",
"labels": ["Metric1", "Metric2", "Metric3", "Total"],
"default_order_by": "Total",
"metadata": {
"Metric1": {
"sort_ascending": True,
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
},
"Metric2": {
"sort_ascending": True,
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
}
}
}
Expand Down

0 comments on commit 326d143

Please sign in to comment.