Skip to content

Commit

Permalink
AtomSearchTree wasn't using scene_coord vs. coords sometimes [#16697]
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Jan 27, 2025
1 parent de1fc4a commit 979d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/clashes/src/clashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def find_clashes(session, test_atoms,
if r:
chain_pos[r] = i
from chimerax.atom_search import AtomSearchTree
tree = AtomSearchTree(search_atoms, scene_coords=inter_model)
tree = AtomSearchTree(search_atoms, scene_coords=use_scene_coords)
clashes = {}
from chimerax.geometry import distance
intra_mol_map = {}
Expand Down

0 comments on commit 979d00e

Please sign in to comment.