"vscode:/vscode.git/clone" did not exist on "a6ec8480ef040db8ee4b1ec1b6e03e039fb30456"
Unverified Commit 8d50b34b authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] remove print() from test case (#6299)

parent ec495239
......@@ -241,6 +241,4 @@ def test_NegativeSampler_Hetero_Data(format):
item_sampler = gb.ItemSampler(itemset, batch_size=2)
negative_dp = gb.UniformNegativeSampler(item_sampler, 1, format, graph)
for neg in negative_dp:
print(neg)
assert len(list(negative_dp)) == 5
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment