Skip to content

Commit b90f41b

Browse files
Update sanity_check.py
1 parent b125ea1 commit b90f41b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytim/sanity_check.py

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def assign_radii(self, radii_dict=None):
152152
total = self.interface.universe.atoms[0:0] # empty group
153153
for g in groups:
154154
if g is not None:
155-
guess_radii(self.interface, group=g)
156155
radii = np.copy(g.radii)
157156
total += g
158157
vals = list(self.interface.radii_dict.values())

0 commit comments

Comments
 (0)