Skip to content

Commit

Permalink
Fixed test Symmetry nearest structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Jun 16, 2020
1 parent 1ee8741 commit 659c187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_symgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_symmetry_measure(self):
# self.assertAlmostEqual(measure, 0.8247502, places=6)

def test_symmetry_nearest(self):
nearest = self._geometry.get_symmetry_nearest_structure('C5')
nearest = self._geometry.get_symmetry_nearest_structure('C5').get_positions()
print(nearest)
reference = [[ 4.05078542e-01, -1.24670356e+00, 0.00000000e+00],
[ 1.31086170e+00, -1.33226763e-16, 0.00000000e+00],
Expand Down

0 comments on commit 659c187

Please sign in to comment.