We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When labels don't follow the meds label-schema, users currently receive an unhelpful error message:
Clearing lock due to Exception '<=' not supported between instances of 'int' and 'NoneType' at ...
This occurs in the task caching stage when prediction_time in a task is null.
prediction_time
Proposed solution:
Specifically, the check and error should be right after this line where labels are read.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When labels don't follow the meds label-schema, users currently receive an unhelpful error message:
This occurs in the task caching stage when
prediction_time
in a task is null.Proposed solution:
Specifically, the check and error should be right after this line where labels are read.
The text was updated successfully, but these errors were encountered: