Skip to content

Commit 43d2191

Browse files
committed
fix to ogbg CI test
1 parent 21a196a commit 43d2191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reference_algorithm_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def _fake_iter():
307307

308308
if framework == 'pytorch':
309309
fake_batch_iter = ogbg_input_pipeline._get_batch_iterator(
310-
_fake_iter(), global_batch_size, shard=True
310+
_fake_iter(), global_batch_size, shard_dim=True
311311
)
312312
else:
313313
fake_batch_iter = ogbg_input_pipeline._get_batch_iterator(

0 commit comments

Comments
 (0)