"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "88fa6b7d68d77b2531462ebe5a339b8c5b034ce4"
Unverified Commit b0982feb authored by Andrei Ivanov's avatar Andrei Ivanov Committed by GitHub
Browse files

Reactivation of one of the GPU tests. (#7193)

parent 34ae70b5
......@@ -531,9 +531,6 @@ def test_batch_keeps_empty_data(idtype):
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():
# Test for https://github.com/dmlc/dgl/issues/2808
import networkx as nx
......
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