From 21947c9ff224538f6a41a346b2732da31d916f96 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 16 May 2024 20:47:45 +0800 Subject: [PATCH] remove accidental change --- tests/core/test_operations.py | 3 --- 1 file changed, 3 deletions(-) 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