Skip to content

Commit

Permalink
remove accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed May 16, 2024
1 parent 1e1be00 commit 21947c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/core/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21947c9

Please sign in to comment.