Alvinn-aai commited on
Commit
91e9122
·
1 Parent(s): a32c22a
Files changed (1) hide show
  1. src/submission/submit.py +1 -1
src/submission/submit.py CHANGED
@@ -100,7 +100,7 @@ def add_new_solutions(
100
  "submission_id": submission_id,
101
  "submission_ts": submission_ts,
102
  "evaluation_id": "", # This will be set later when the evaluation is launched in the backend
103
- "evaluation_start_ts": float("nan"), # This will be set when the evaluation starts
104
  }
105
 
106
  ds = Dataset.from_pandas(submission_df).map(add_info)
 
100
  "submission_id": submission_id,
101
  "submission_ts": submission_ts,
102
  "evaluation_id": "", # This will be set later when the evaluation is launched in the backend
103
+ "evaluation_start_ts": "", # This will be set when the evaluation starts
104
  }
105
 
106
  ds = Dataset.from_pandas(submission_df).map(add_info)