Skip to content

Commit

Permalink
don't do expensive check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed May 14, 2024
1 parent 45371cb commit 28efdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/sampling/uniform_neighbor_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def uniform_neighbor_sample(
else None,
h_fan_out=fanout_vals,
with_replacement=with_replacement,
do_expensive_check=True,
do_expensive_check=False,
with_edge_properties=with_edge_properties,
random_state=random_state,
prior_sources_behavior=prior_sources_behavior,
Expand Down

0 comments on commit 28efdb4

Please sign in to comment.