Mark test test_spectral_clustering_output_shape_type_and_label_count as xfail#7791
Mark test test_spectral_clustering_output_shape_type_and_label_count as xfail#7791rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
Conversation
While we identify the root-cause for the issue tracked in rapidsai#7714 .
📝 WalkthroughSummary by CodeRabbit
WalkthroughAdded xfail markers to two tests in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
betatim
left a comment
There was a problem hiding this comment.
LGTM.
It would be nice if we could tell hypothesis/pytest that only this one example is known to fail. Instead of having to mark the whole test as xfail. From a quick look at the docs I think you can mark a particular @example(...).xfail() but that won't stop hypothesis from generating that example again. But maybe it is super unlikely to generate the eact same example anyway.
My conclusion as a hypothesis novice: it would be nice to keep some of this test, but unclear to me how to do that. Fine for me to merge as is, or for someone with hypothesis mega skills to show us how it is done :D
My intention is to keep #7714 open and actually address the underlying problem. If that's not possible, we can consider a more fine-grained approach. |
|
/merge |
…as xfail (rapidsai#7791) Marks `test_spectral_clustering.py::test_spectral_clustering_output_shape_type_and_label_count` as expected to fail we work on identifying and fixing the root cause; tracked in rapidsai#7714 . Authors: - Simon Adorf (https://github.com/csadorf) Approvers: - Anupam (https://github.com/aamijar) - Tim Head (https://github.com/betatim) URL: rapidsai#7791
Marks
test_spectral_clustering.py::test_spectral_clustering_output_shape_type_and_label_countas expected to fail we work on identifying and fixing the root cause; tracked in #7714 .