Skip to content

Commit

Permalink
Remove frame iterators's write method
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnoud committed Jul 8, 2018
1 parent 0bb2bac commit 5e3941d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package/MDAnalysis/coordinates/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,6 @@ def _avoid_bool_list(frames):
return np.array(frames, dtype=bool)
return frames

def write(self, name, writer):
raise NotImplementedError()

@property
def trajectory(self):
return self._trajectory
Expand Down

0 comments on commit 5e3941d

Please sign in to comment.