Hi,
My submission failed on UW Data. Can you share error logs for submission with id 9709868?
Thanks
Created by egealpay May I also ask for ID 9709879?
Edit: No need. Thanks Hi @egealpay,
Here is the log for that submission.
```
/usr/local/lib/python3.6/site-packages/pandas/core/computation/expressions.py:68: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
return op(a, b)
Traceback (most recent call last):
File "/app/train.py", line 55, in
df = create_condition_features(df_condition, df, latest_pcr_test_date_arr)
File "/app/condition_table_helpers.py", line 28, in create_condition_features
latest_pcr_test_date = latest_pcr_test_dates[person_id]
IndexError: index 1823 is out of bounds for axis 0 with size 1783
```