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 new python implementation intentionally returns 404 (HTTPstatus.NOT_FOUND) for run not found and run trace not found as compared PHP API which retuns 412 (PRECONDITION_FAILED)
404 (HTTPstatus.NOT_FOUND)forrun not foundandrun trace not foundas compared PHP API which retuns412 (PRECONDITION_FAILED)https://github.com/saathviksheerla/server-api/blob/c22d71609a14c8ee2320124cf14854c026a30afc/tests/routers/openml/runs_trace_test.py#L34-L55