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 authored Sep 9, 2019
1 parent b125ea1 commit b90f41b
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 @@ -152,7 +152,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 b90f41b

Please sign in to comment.