Skip to content

Commit

Permalink
Update atomicdistances.py
Browse files Browse the repository at this point in the history
removed unnecessary results
  • Loading branch information
talagayev authored Dec 5, 2024
1 parent 1bd64bc commit 916a973
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package/MDAnalysis/analysis/atomicdistances.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,3 @@ def _single_frame(self):
self.results.distances[self._frame_index] = calc_bonds(self._ag1.positions,
self._ag2.positions,
box)

def _conclude(self):
self.results.n_frames = self.n_frames
self.results.n_atoms = self._ag1.atoms.n_atoms

0 comments on commit 916a973

Please sign in to comment.