Skip to content

Commit 98a3987

Browse files
committed
deleted commented out old code
1 parent 95f937b commit 98a3987

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

CodeEntropy/levels/axes.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ def get_residue_axes(self, data_container, index: int, residue=None):
107107
# residue of interest
108108
if len(residue) == 0:
109109
raise ValueError(f"Empty residue selection for resindex={index}")
110-
# anchors = data_container.select_atoms(
111-
# f"(resindex {index_prev} or "
112-
# f"resindex {index_next}) and "
113-
# f"bonded resindex {index}"
114-
# )
115110
edge_atom_set = data_container.atoms.select_atoms(
116111
f" resindex {index} and "
117112
f"(bonded resindex {index_prev} or "

0 commit comments

Comments
 (0)