Skip to content

Commit e382085

Browse files
committed
Removed debug return
1 parent 11cfe3b commit e382085

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exatomic/algorithms/neighbors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def sorter(group, source_atom_idxs):
174174
nearest['frame'] = nearest['frame'].astype(int)
175175
nearest['molecule'] = nearest['molecule'].astype(int)
176176
dct['nearest'].append(nearest)
177-
return uu
178177
for nn in sizes:
179178
atm = []
180179
for j, fdx in enumerate(nearest['frame'].unique()):

0 commit comments

Comments
 (0)