minor fix
Browse files
metric.py
CHANGED
@@ -517,7 +517,7 @@ def compute(params):
|
|
517 |
private_category_score_dict = {}
|
518 |
for key_ in all_keys:
|
519 |
public_category_score_dict.update({key_: 0})
|
520 |
-
|
521 |
|
522 |
############################################# Check if all the sample ids are in the submission file ########################################################################################
|
523 |
missing_sample_ids = []
|
|
|
517 |
private_category_score_dict = {}
|
518 |
for key_ in all_keys:
|
519 |
public_category_score_dict.update({key_: 0})
|
520 |
+
private_category_score_dict.update({key_: 0})
|
521 |
|
522 |
############################################# Check if all the sample ids are in the submission file ########################################################################################
|
523 |
missing_sample_ids = []
|