Skip to content

Commit

Permalink
add annotations
Browse files Browse the repository at this point in the history
Co-authored-by: Tingyu Wang <[email protected]>
  • Loading branch information
alexbarghi-nv and tingyu66 authored Sep 25, 2023
1 parent a124964 commit 6990c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/cugraph/cugraph/sampling/uniform_neighbor_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ def uniform_neighbor_sample(
prior_sources_behavior: str = None,
deduplicate_sources: bool = False,
renumber: bool = False,
use_legacy_names=True, # deprecated
compress_per_hop=False,
compression="COO",
use_legacy_names: bool = True, # deprecated
compress_per_hop: bool = False,
compression: str = "COO",
) -> Union[cudf.DataFrame, Tuple[cudf.DataFrame, cudf.DataFrame]]:
"""
Does neighborhood sampling, which samples nodes from a graph based on the
Expand Down

0 comments on commit 6990c23

Please sign in to comment.