Skip to content

Commit

Permalink
fixed sssr rare bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
stsouko committed Mar 4, 2021
1 parent ffb2645 commit bcf0457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CGRtools/algorithms/sssr.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __connected_rings(cls, rings, seen_rings):
rings[j] = c
seen_rings[c] = ck
break
else:
elif r:
c = cls.__canonic_ring(r)
ck = cls.__ring_adjacency(c)
rings[j] = c
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def finalize_options(self):

setup(
name='CGRtools',
version='4.1.13',
version='4.1.14',
packages=['CGRtools', 'CGRtools.algorithms', 'CGRtools.algorithms.components', 'CGRtools.containers',
'CGRtools.files', 'CGRtools.files._mdl', 'CGRtools.periodictable', 'CGRtools.periodictable.element',
'CGRtools.utils', 'CGRtools.attributes'],
Expand Down

0 comments on commit bcf0457

Please sign in to comment.