Skip to content

Commit

Permalink
change connectivity error message
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Jun 5, 2023
1 parent 586b694 commit 3f7efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosymlib/tools/__init__.py
Expand Up @@ -60,7 +60,7 @@ def generate_connectivity_from_geometry(geometry, thresh=1.2):
try:
radius = [periodic_table_info[sym]['covalent_radius'] for sym in geometry.get_symbols()]
except KeyError:
warn('failed to generate connectivity, no connectivity will be used')
warn('Atomic symbols not recognized. No connectivity will be used')
return None

distances_matrix = distance_matrix(coordinates, coordinates)
Expand Down

0 comments on commit 3f7efb3

Please sign in to comment.