Skip to content

Commit

Permalink
fixed symgroupy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed May 11, 2020
1 parent 7461d35 commit 198ba4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cosymlib/molecule/geometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self,
symbols=(),
name=None,
connectivity=None,
connectivity_thresh=1.1):
connectivity_thresh=1.2):

# self._central_atom = None
self._symbols = []
Expand Down
3 changes: 2 additions & 1 deletion tests/test_symgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ def setUp(self):
[-0.926250976, 0.939345948, 0.000000000],
[-0.926250976, -0.939345948, 0.000000000]],
# name='test',
symbols=['C', 'C', 'C', 'C', 'C']
symbols=['C', 'C', 'C', 'C', 'C'],
connectivity_thresh=1.5,
)

def test_symmetry_measure(self):
Expand Down

0 comments on commit 198ba4b

Please sign in to comment.