Skip to content

Commit

Permalink
Update sanity_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Apr 18, 2024
1 parent 0baf046 commit 49c6764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytim/sanity_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def assign_radii(self, radii_dict=None):
total = self.interface.universe.atoms[0:0] # empty group
for g in groups:
if g is not None:
guess_radii(self.interface, group=g)
radii = np.copy(g.radii)
total += g
vals = list(self.interface.radii_dict.values())
Expand Down

0 comments on commit 49c6764

Please sign in to comment.