We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb4638 commit 45fb071Copy full SHA for 45fb071
1 file changed
CodeEntropy/levels/search.py
@@ -236,5 +236,6 @@ def get_grid_neighbors(self, universe, mol_id, highest_level):
236
# Make sure that the neighbors list does not include
237
# residues from the central molecule
238
neighbors = search - fragment.residues
239
+ neighbors = neighbors.atoms
240
241
return neighbors.fragindices
0 commit comments