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

Remove unused statements in test_genereric_projection

parent 137a8b63
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,6 @@ def test_genereric_projection(): ...@@ -44,8 +44,6 @@ def test_genereric_projection():
projections = pystencils.fields('projections: float32[2D]') projections = pystencils.fields('projections: float32[2D]')
projection_matrix = pystencils_reco.matrix_symbols('T', pystencils.data_types.create_type('float'), 3, 4) projection_matrix = pystencils_reco.matrix_symbols('T', pystencils.data_types.create_type('float'), 3, 4)
from sympy.matrices.dense import MutableDenseMatrix
MutableDenseMatrix.__hash__ = lambda x: 1 # hash(tuple(x))
assignments = forward_projection(volume, projections, projection_matrix) assignments = forward_projection(volume, projections, projection_matrix)
print(assignments) print(assignments)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment