"sgl-kernel/python/sgl_kernel/__init__.py" did not exist on "22085081bb247cc57fe971c3d72eb66f053d77b6"
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