I got this error after submitting scoring submission for Sub-Challenge 2 Express Lane. The `challenge.py` is definitely not my code. Could you let me know what is the problem? ``` submission name: submission_scoring_express_2.txt submission ID: 7848216 Traceback (most recent call last): File "challenge.py", line 222, in score score, message = conf.score_submission(syn, evaluation, submission) File "/home/ubuntu/DM-Challenge-Scoring/challenge_config.py", line 234, in score_submission return (dict(auc=results[0], pAuc=results[1], SpecAtSens=results[2]), "%sYour scores are:\nauc: %s\npartial AUC: %s\nSpecificity At Sensitivity 0.8: %s.\n %s" %(missing, round(results[0],3), round(results[1],3), round(results[2],3)), config['extraMessage']) TypeError: not enough arguments for format string ```

Created by yohanes
the email i got i have sent to you in pirate email, and you will see that 'output dir is not mounted'
Dear all, Apologies for the delay in response. The scoring harness is now working. There is only one machine that scores all the submissions. What is the email that you get? Best, Thomas
ok.... i think it is still some machines are working fine, and others are not...... it reports very clearly in my message that there no directory called output, while i run the exactly the same thing on fast lane it works fine. today almost no organizer gives any response. what happened? did they already start holiday?
Hi Yuanfang Guan, I'm absolutely sure the SC2 is working fine as I have got my scoring result few hours ago. As for SC1, it was working fine few days ago (I got my scoring result too) but I haven't tried it again since then.
hello yohanes, are you absolutely sure it is working? i submitted to SC1, it tells me that the output directory doesn't even exist. don't tell me even in the scoring stage every machine is different......
Update: sub-challenge 2 scoring lanes (both express & regular) are ok now. Thanks for the fix!
I just got the same error on Sub-Challenge 1. submission name: submission_1207 submission ID: 7843861 Traceback (most recent call last): File "challenge.py", line 222, in score score, message = conf.score_submission(syn, evaluation, submission) File "/home/ubuntu/DM-Challenge-Scoring/challenge_config.py", line 234, in score_submission return (dict(auc=results[0], pAuc=results[1], SpecAtSens=results[2]), "%sYour scores are:\nauc: %s\npartial AUC: %s\nSpecificity At Sensitivity 0.8: %s.\n %s" %(missing, round(results[0],3), round(results[1],3), round(results[2],3)), config['extraMessage']) TypeError: not enough arguments for format string

Exception scoring submission Sub-Challenge 2 Express Lane: File "challenge.py", line 222 not enough arguments for format string page is loading…