Submission runs fine locally but smoke test fails

Also, in the log the last line just says inflating ./main.py I don’t get any other outputs from main.py or even the confirmation the submission.csv has been generated.

@azkazia Looking at your most recent submission (id-273454), I see the following output in the logs:

replace ./data/submission_format.csv? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)
  inflating: ./main.py               

submission_format.csv and test_features.csv will already be available in the runtime. Your submission should not try to save over these files, and will not have edit access to the data folder. This would not raise an error locally, but would in a smoke test. Does your submission run successfully if you remove data/submission_format.csv from the zip file?

it works, thank you!

1 Like