Skip to content

Commit

Permalink
Update test_chemfiles.py (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Aug 29, 2022
1 parent 578d28b commit 0c2a8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/MDAnalysisTests/coordinates/test_chemfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def test_write_atom_group(self, tmpdir):
check = mda.Universe(outfile)
assert check.trajectory.ts.n_atoms == group.n_atoms

@pytest.mark.xfail # Issue #3798 - float writing not consisten
def test_write_velocities(self, tmpdir):
u = mda.Universe.empty(4, trajectory=True)
u.add_TopologyAttr("type", values=["H", "H", "H", "H"])
Expand Down

0 comments on commit 0c2a8f6

Please sign in to comment.