Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Mar 13, 2024
1 parent 466a4d5 commit cad9224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/dgl/graphbolt/impl/neighbor_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ class LayerNeighborSampler(NeighborSamplerImpl):
batch_dependency: int
Specifies whether consecutive minibatches should use similar random
variates. Results in a higher temporal access locality of sampled
nodes and edges. Setting it to :math:`\kappa` slows down the change in
the random variates proportional to :math:`\frac{1}{\kappa}`. Implements
nodes and edges. Setting it to :math:`\\kappa` slows down the change in
the random variates proportional to :math:`\frac{1}{\\kappa}`. Implements
the dependent minibatching approach in `arXiv:2310.12403
<https://arxiv.org/abs/2310.12403>__.
Expand Down

0 comments on commit cad9224

Please sign in to comment.