Skip to content

Commit

Permalink
Merge branch 'master' into gb_labor_knobs_python
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbalin committed Mar 13, 2024
2 parents 0f820b8 + 93990a9 commit 1a176e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/dgl/graphbolt/impl/neighbor_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def _delattr_dependency(minibatch):
delattr(minibatch, "_seed2_contribution")
return minibatch

Check warning on line 311 in python/dgl/graphbolt/impl/neighbor_sampler.py

View workflow job for this annotation

GitHub Actions / lintrunner

UFMT format

Run `lintrunner -a` to apply this patch.

@staticmethod
def _prepare(node_type_to_id, minibatch):
seeds = minibatch._seed_nodes
Expand Down

0 comments on commit 1a176e6

Please sign in to comment.