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
tests/metrics/test_performance.py::test_evaluate_performance_survival_analysis test failing due to negative time-to-event values in X_rnd
X_rnd
pytest -vvvs tests/metrics/test_performance.py::test_evaluate_performance_survival_analysis
Test should pass, as X_rnd should not contain values <= 0 in the time-to-event column.
The text was updated successfully, but these errors were encountered:
robsdavis
Successfully merging a pull request may close this issue.
Description
tests/metrics/test_performance.py::test_evaluate_performance_survival_analysis test failing due to negative time-to-event values in
X_rnd
How to Reproduce
pytest -vvvs tests/metrics/test_performance.py::test_evaluate_performance_survival_analysis
Expected Behavior
Test should pass, as X_rnd should not contain values <= 0 in the time-to-event column.
The text was updated successfully, but these errors were encountered: