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
b0982feb
Unverified
Commit
b0982feb
authored
Mar 07, 2024
by
Andrei Ivanov
Committed by
GitHub
Mar 08, 2024
Browse files
Reactivation of one of the GPU tests. (#7193)
parent
34ae70b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
tests/python/common/test_batch-heterograph.py
tests/python/common/test_batch-heterograph.py
+0
-3
No files found.
tests/python/common/test_batch-heterograph.py
View file @
b0982feb
...
@@ -531,9 +531,6 @@ def test_batch_keeps_empty_data(idtype):
...
@@ -531,9 +531,6 @@ def test_batch_keeps_empty_data(idtype):
assert
"eh"
in
g
.
edges
[(
"a"
,
"to"
,
"a"
)].
data
assert
"eh"
in
g
.
edges
[(
"a"
,
"to"
,
"a"
)].
data
@
unittest
.
skipIf
(
F
.
_default_context_str
==
"gpu"
,
reason
=
"Issue is not related with GPU"
)
def
test_batch_netypes
():
def
test_batch_netypes
():
# Test for https://github.com/dmlc/dgl/issues/2808
# Test for https://github.com/dmlc/dgl/issues/2808
import
networkx
as
nx
import
networkx
as
nx
...
...
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