Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MG
katz_centrality
: Check if DataFrame Arg is Not None (#4555)
[This](rapidsai/cudf#16311) PR recently introduced some API changes that broke `test_katz_centrality_mg.py` because it was using an improper method of trying to evaluate a `cudf.DataFrame` to a truth value. This PR adds a fix to check if the `nstart` argument is set to `None`. Authors: - Ralph Liu (https://github.com/nv-rliu) Approvers: - Rick Ratzel (https://github.com/rlratzel) URL: #4555
- Loading branch information