rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

Re-enable balanced edge cut test #4781

Closed ChuckHastings closed 1 hour ago

ChuckHastings commented 3 days ago

Depends on https://github.com/rapidsai/raft/pull/2507

We disabled the test because it was failing and blocking everything in CI. The above raft PR reverts a change in raft that appears to be causing this failure. Once it is merged we can merge this to enable the test again.

Closes #4777

ChuckHastings commented 2 hours ago

/merge