Skip to content
Snippets Groups Projects
Commit d21899f0 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove test skip

parent 009135f9
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ from pystencils_autodiff.framework_integration.datahandling import PyTorchDataHa ...@@ -14,7 +14,6 @@ from pystencils_autodiff.framework_integration.datahandling import PyTorchDataHa
pystencils_reco = pytest.importorskip('pystencils_reco') pystencils_reco = pytest.importorskip('pystencils_reco')
@pytest.mark.xfail(reason="Needs datahandling PR integrated into pystencils", strict=False)
def test_datahandling(): def test_datahandling():
dh = PyTorchDataHandling((20, 30)) dh = PyTorchDataHandling((20, 30))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment