kcowan6
kcowan6
Yes it does. It contains ```python $program/score.py $output```. I admit I don't fully understand where $output is actually pointing to, so I'm unsure if there's additional information I need in...
This error comes from submitting an example submission as I am testing the scoring portion of the competition before its publication. For this competition, there is no input data needed...
So I have updated the score.py script I am using for the scoring program to extract and write out the score.txt file. It now looks as such: ``` import sys,...