From 2bd13c148e5eb6a2bf2b97c4dd9f4d37e04cdd4a Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 4 Feb 2020 16:56:13 +0100
Subject: [PATCH] Remove unused statements in test_genereric_projection

---
 tests/test_projection.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/test_projection.py b/tests/test_projection.py
index 82f170b..371fe0d 100644
--- a/tests/test_projection.py
+++ b/tests/test_projection.py
@@ -44,8 +44,6 @@ def test_genereric_projection():
     projections = pystencils.fields('projections: float32[2D]')
 
     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)
     print(assignments)
-- 
GitLab