diff --git a/tests/test_pytorch.py b/tests/test_pytorch.py index 0d3be1b7e8dd35da4ccde5eee5a26a5e48269777..21b42dd7a093a1f5af85e226bebf42e668211b74 100644 --- a/tests/test_pytorch.py +++ b/tests/test_pytorch.py @@ -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)