Skip to content
Snippets Groups Projects
Commit 6052c161 authored by spmohanty's avatar spmohanty
Browse files

Add a note about debug = Trrue

parent 7e707a6e
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@ your already existing code to the required structure for this round.
This is used to map your submission to the said challenge, so please remember to use the correct `challenge_id` and `grader_id` as specified above.
If you set `debug` to `true`, then the evaluation will run on a separate set of 20 environments, and the logs from your submitted code (if it fails), will be made available to you to help you debug.
**NOTE** : **IMPORTANT** : By default we have set `debug:false`, so when you have done the basic integration testing of your code, and are ready to make a final submission, please do make sure to set `debug` to `true` in `aicrowd.json`.
### Code Entrypoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment