-
Notifications
You must be signed in to change notification settings - Fork 129
Old Creating A Competition Bundle
Adrien Pavao edited this page Oct 20, 2022
·
1 revision
More details coming soon...
For ingestion programs you must include a file in the root directory named metadata
.
Example metadata
file:
command: python $program/test.py $input $output $shared
Before your program is executed the following strings will be replaced with the corresponding data:
variable | description |
---|---|
$program | root directory containing your program |
$input | input directory containing competition data |
$output | where the code submission saves results |
$shared | special directory to talk to submission program during a code submission |
$hidden | directory where hidden reference data is stored |