diff --git a/tests/core/test_operations.py b/tests/core/test_operations.py index 16f70c8390b..d2dcc26de42 100644 --- a/tests/core/test_operations.py +++ b/tests/core/test_operations.py @@ -12,9 +12,6 @@ class TestSymmOp(PymatgenTest): def setUp(self): self.op = SymmOp.from_axis_angle_and_translation([0, 0, 1], 30, translation_vec=[0, 0, 1]) - def test_hash(self): - assert hash(self.op) == 2248719638412467238 - def test_properties(self): rot = self.op.rotation_matrix vec = self.op.translation_vector