Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
89f8d5f6
Unverified
Commit
89f8d5f6
authored
Aug 20, 2023
by
Andrei Ivanov
Committed by
GitHub
Aug 20, 2023
Browse files
Improving propagate and filter tests. (#6146)
Co-authored-by:
Hongzhi (Steve), Chen
<
chenhongzhi.nkcs@gmail.com
>
parent
8b839a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/python/common/utils/test_filter.py
tests/python/common/utils/test_filter.py
+1
-1
No files found.
tests/python/common/utils/test_filter.py
View file @
89f8d5f6
...
@@ -9,7 +9,7 @@ from utils import parametrize_idtype
...
@@ -9,7 +9,7 @@ from utils import parametrize_idtype
def
test_graph_filter
():
def
test_graph_filter
():
g
=
dgl
.
DGLG
raph
().
to
(
F
.
ctx
())
g
=
dgl
.
g
raph
(
[]
).
to
(
F
.
ctx
())
g
.
add_nodes
(
4
)
g
.
add_nodes
(
4
)
g
.
add_edges
([
0
,
1
,
2
,
3
],
[
1
,
2
,
3
,
0
])
g
.
add_edges
([
0
,
1
,
2
,
3
],
[
1
,
2
,
3
,
0
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment