Dear Challenge organizers, We submitted and got the error 'Container did not generate a file called predictions.csv'. Could you please share the error logs to debug? Project syn70199353 and id 9760731, name OC1T1 Thanks for the work on the challenge. Ignacio Garach

Created by Ignacio Garach Vélez igarachv
@igarachv , Great question. You have 5 submissions per task for the Leaderboard Round! (For the Final Round, the submission limit is 1 total per task). -Verena
Thank you very much! The error was weird, as local docker tests went well, changed the reading procedure and a pair of adjustments did it. Another question about quotas, do we have 5 submissions for Task1 and 5 for task2? Or 5 combined? Thanks again. for this stimulating challenge! Ignacio Garach
Hi @igarachv , For subID 9760731, the following error was received: ``` Traceback (most recent call last): File "/home/user/Submission1.py", line 30, in var_df_full = pd.DataFrame({k: f["var"][k][:] for k in f["var"]}) File "/home/user/Submission1.py", line 30, in var_df_full = pd.DataFrame({k: f["var"][k][:] for k in f["var"]}) File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "/home/user/.local/lib/python3.9/site-packages/h5py/_hl/group.py", line 307, in __getitem__ raise TypeError("Accessing a group is done with bytes or str, " TypeError: Accessing a group is done with bytes or str, not ``` Hope this helps!

Error on submission 9760731 page is loading…