Skip to content

Commit 49c6764

Browse files
committed
Update sanity_check.py
1 parent 0baf046 commit 49c6764

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
@@ -155,7 +155,6 @@ def assign_radii(self, radii_dict=None):
155155
total = self.interface.universe.atoms[0:0] # empty group
156156
for g in groups:
157157
if g is not None:
158-
guess_radii(self.interface, group=g)
159158
radii = np.copy(g.radii)
160159
total += g
161160
vals = list(self.interface.radii_dict.values())

0 commit comments

Comments
 (0)