From aa6a19a9f8d3a948ecb5c36db7997c223de7ea3f Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Sat, 13 Jul 2024 10:54:49 +0500 Subject: [PATCH] precision column and leaderboard rule added to dump --- src/apps/competitions/tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/competitions/tasks.py b/src/apps/competitions/tasks.py index facc8041b..8a95a9e20 100644 --- a/src/apps/competitions/tasks.py +++ b/src/apps/competitions/tasks.py @@ -83,6 +83,7 @@ 'title', 'key', 'hidden', + 'submission_rule', # For later # 'force_submission_to_leaderboard', @@ -98,6 +99,7 @@ 'computation', 'computation_indexes', 'hidden', + 'precision', ] MAX_EXECUTION_TIME_LIMIT = int(os.environ.get('MAX_EXECUTION_TIME_LIMIT', 600)) # time limit of the default queue