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

Remove pyconrad in non-pyconrad test

parent c5fff48a
No related branches found
No related tags found
No related merge requests found
...@@ -77,8 +77,6 @@ def test_projection_backward(with_texture, with_backward): ...@@ -77,8 +77,6 @@ def test_projection_backward(with_texture, with_backward):
projection += 1. projection += 1.
result = projector.project_backward(projection, use_texture=with_texture) result = projector.project_backward(projection, use_texture=with_texture)
import pyconrad.autoinit
pyconrad.imshow(result)
assert result.shape == projector._volume_shape assert result.shape == projector._volume_shape
assert result is not None assert result is not None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment