You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error handling in the tournament’s set_name function, which is called upon team initialisation, is suboptimal. It simply returns a string "%error%" when it cannot load a team. This is evident when upon running the tournament a line like
ᗧ team 'mybot/my_code.py' -> 'My Bot'
is simply missing.
Additionally, loading a team may fail due to a timeout, which is a problem that should be avoided (and teams could be initialised in parallel).
The text was updated successfully, but these errors were encountered:
The error handling in the tournament’s
set_name
function, which is called upon team initialisation, is suboptimal. It simply returns a string"%error%"
when it cannot load a team. This is evident when upon running the tournament a line likeis simply missing.
Additionally, loading a team may fail due to a timeout, which is a problem that should be avoided (and teams could be initialised in parallel).
The text was updated successfully, but these errors were encountered: