Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Oct 26, 2021
1 parent 9390d0e commit 2910199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_geometric/utils/negative_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def batched_negative_sampling(
node to a specific example.
If given as a tuple, then :obj:`edge_index` is interpreted as a
bipartite graph connecting two different node types.
(default: :obj:`None`)
num_neg_samples (int, optional): The number of negative samples to
return. If set to :obj:`None`, will try to return a negative edge
for every positive edge. (default: :obj:`None`)
Expand Down

0 comments on commit 2910199

Please sign in to comment.