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

Remove unnecessary test skip

parent 89dd9763
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
"""
"""
import os
import numpy as np
import pytest
......@@ -21,9 +20,6 @@ from pystencils_reco.filters import mean_filter
from pystencils_reco.projection import forward_projection
from pystencils_reco.stencils import BallStencil, BoxStencil
if 'PYTORCH_TEST' not in os.environ:
pytest.skip('torch destroys pycuda tests', allow_module_level=True)
def test_pytorch():
block_stencil = BallStencil(1, ndim=2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment