From b0982feb2109f7ef5d9122fd23ef05c6afdafd8d Mon Sep 17 00:00:00 2001 From: Andrei Ivanov <32910461+drivanov@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:57:01 -0800 Subject: [PATCH] Reactivation of one of the GPU tests. (#7193) --- tests/python/common/test_batch-heterograph.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python/common/test_batch-heterograph.py b/tests/python/common/test_batch-heterograph.py index 61c066321530..2ef81bf63f8b 100644 --- a/tests/python/common/test_batch-heterograph.py +++ b/tests/python/common/test_batch-heterograph.py @@ -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