From d21899f0c33890d4727f0bd219ba02a8f4a81e38 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 13 Jan 2020 11:04:30 +0100
Subject: [PATCH] Remove test skip

---
 tests/test_datahandling.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_datahandling.py b/tests/test_datahandling.py
index a11eba3..f552d99 100644
--- a/tests/test_datahandling.py
+++ b/tests/test_datahandling.py
@@ -14,7 +14,6 @@ from pystencils_autodiff.framework_integration.datahandling import PyTorchDataHa
 pystencils_reco = pytest.importorskip('pystencils_reco')
 
 
-@pytest.mark.xfail(reason="Needs datahandling PR integrated into pystencils", strict=False)
 def test_datahandling():
     dh = PyTorchDataHandling((20, 30))
 
-- 
GitLab