wlin21at commited on
Commit
a039337
1 Parent(s): 8ba23c3
Files changed (1) hide show
  1. metric.py +1 -1
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
- # private_category_score_dict.update({key_: 0})
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 = []