From c86d4e6ecef94979b66ae7193bd2f6274c4597a1 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 9 Apr 2020 10:35:51 +0200 Subject: [PATCH] Remove pyconrad in non-pyconrad test --- tests/test_projection.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_projection.py b/tests/test_projection.py index 35ff398..65e939b 100644 --- a/tests/test_projection.py +++ b/tests/test_projection.py @@ -77,8 +77,6 @@ def test_projection_backward(with_texture, with_backward): projection += 1. result = projector.project_backward(projection, use_texture=with_texture) - import pyconrad.autoinit - pyconrad.imshow(result) assert result.shape == projector._volume_shape assert result is not None -- GitLab