[GraphBolt] Improving subgraph_sampler
tests.
#6397
Annotations
1 error and 2 warnings
lintrunner
Process completed with exit code 1.
|
lintrunner
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
UFMT command-failed:
tests/python/pytorch/graphbolt/test_subgraph_sampler.py#L1
Failed due to ParserSyntaxError:
Syntax Error @ 941:5.
parser error: error at 940:4: expected one of !=, %, &, (, ), *, **, +, -, ., /, //, <, <<, <=, ==, >, >=, >>, @, ASYNC, [, ^, and, for, if, in, is, not, or, |
itemset = gb.ItemSet(torch.arange(10), names="seeds")
^
|