Abhishek Thakur
commited on
Commit
·
7dbcdbe
1
Parent(s):
603e0a6
fix typo
Browse files- competitions/evaluate.py +1 -1
competitions/evaluate.py
CHANGED
@@ -80,7 +80,7 @@ def run(params):
|
|
80 |
|
81 |
utils.update_submission_status(params, "processing")
|
82 |
|
83 |
-
if params.competition_type == "
|
84 |
generate_submission_file(params)
|
85 |
|
86 |
evaluation = compute_metrics(params)
|
|
|
80 |
|
81 |
utils.update_submission_status(params, "processing")
|
82 |
|
83 |
+
if params.competition_type == "script":
|
84 |
generate_submission_file(params)
|
85 |
|
86 |
evaluation = compute_metrics(params)
|