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
Which is clearly not possible that status is running as an exception was raised.
Expected behavior:
It should be described http exceptions cannot be used in the documentation.
There should be some protection mechanisms to avoid the usage of this exceptions.
At worse, the GET method train should return:
Description
Some raised exceptions in the train function, do not change the status of the training.
Steps to Reproduce
Consider the following
api.py
for the demo example:After calling:
The server replies:
However, after calling GET:
returns:
Which is clearly not possible that
status
isrunning
as an exception was raised.Expected behavior:
It should be described http exceptions cannot be used in the documentation.
There should be some protection mechanisms to avoid the usage of this exceptions.
At worse, the GET method train should return:
Ideally, the POST method train should return:
Versions
The text was updated successfully, but these errors were encountered: