Skip to content

Commit

Permalink
Updated CHANGELOG and fixed error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetle committed Apr 20, 2016
1 parent 82fb36b commit b19baf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testsuite/MDAnalysisTests/coordinates/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def test_writer(self):
self.universe.atoms.write(self.outfile)
u = mda.Universe(PSF, self.outfile)
assert_almost_equal(u.atoms.coordinates(),
self.universe.atoms.coordinates(), self.prec,
err_msg="PDBReader does not read correct
coordinates")
self.universe.atoms.coordinates(),
self.prec,
err_msg="PDBReader does not read correct coordinates")

@attr('issue')
def test_write_single_frame_Writer(self):
Expand Down

0 comments on commit b19baf2

Please sign in to comment.