TEST: Reuse DataFrame dot test inputs - #24121
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 4 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe dot-product test now uses a shared collection of operand factories. It tests DataFrame, Series, NumPy array, and list operands while preserving pandas-versus-cuDF result comparisons. ChangesDot-product test coverage
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Merge Risk: ⚪ Minimal · up to The dot-product test refactor retains coverage and result comparisons across the supported operand types, with no actionable merge risk identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Description
Reuses the existing left-hand DataFrame inputs while retaining every right-hand operand and pandas comparison in the DataFrame dot test matrix.
Checklist