Skip to content
New issue

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

slow test failing: test_evaluate_performance_survival_analysis test #173

Closed
robsdavis opened this issue Apr 4, 2023 · 0 comments · Fixed by #174
Closed

slow test failing: test_evaluate_performance_survival_analysis test #173

robsdavis opened this issue Apr 4, 2023 · 0 comments · Fixed by #174
Assignees
Labels
bug Something isn't working

Comments

@robsdavis
Copy link
Contributor

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.

@robsdavis robsdavis added the bug Something isn't working label Apr 4, 2023
@robsdavis robsdavis self-assigned this Apr 4, 2023
@robsdavis robsdavis linked a pull request Apr 4, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant