Skip to content

Commit

Permalink
Merge pull request #323 from chrisiacovella/patch_debug_statement
Browse files Browse the repository at this point in the history
removed a debugging statement from neighbors.py
  • Loading branch information
chrisiacovella authored Nov 22, 2024
2 parents 024e297 + 014ec7f commit f8c7834
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modelforge/potential/neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,6 @@ def calculate_r_ij(
Displacement vectors between atom pairs. Shape: [n_pairs, 3].
"""
# Select the pairs of atom coordinates from the positions
print(positions.shape)
print(pair_indices.max())

selected_positions = positions.index_select(0, pair_indices.view(-1)).view(
2, -1, 3
Expand Down

0 comments on commit f8c7834

Please sign in to comment.