You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test_accuracy_score test on cudf.pandas build (#6439)
This fixes `test_accuracy_score` to still work when `cudf.pandas` is active. The failure had gone unnoticed since `cudf.pandas` builds are optional currently and have been flakey long enough that I've stopped inspecting them when they're red :/. More motivation to fix our test issues and make that test run non-optional.
Authors:
- Jim Crist-Harif (https://github.com/jcrist)
Approvers:
- Jake Awe (https://github.com/AyodeAwe)
- Dante Gama Dessavre (https://github.com/dantegd)
URL: #6439
0 commit comments