Skip to content

Commit

Permalink
properly set option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Aug 8, 2024
1 parent 937c9be commit a4ac687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph-pyg/cugraph_pyg/loader/node_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def __init__(
self.__batch_size = batch_size
self.__shuffle = shuffle
self.__drop_last = drop_last
self.__global_shuffle = global_shuffle

def __get_input(self):
_, graph_store = self.__data
Expand Down

0 comments on commit a4ac687

Please sign in to comment.