Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR partially addresses #4504 --- ### Changes 1. Remove `force_atlas2` from the list of benchmarks being run inside `benchmarks/cugraph/pytest-based/bench_algos.py` . This algorithm is not designed to be used in an MG workflow. It was being skipped previously, but it would make more sense to remove it from the list of algos. 2. Mark `tests/community/test_triangle_count_mg.py` to be skipped in the nightly MNMG tests while a bug is being investigated. This will prevent the slowdown of subsequent tests in the meantime. The test will be re-introduced once there is a fix. Authors: - Ralph Liu (https://github.com/nv-rliu) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: #4516
- Loading branch information