Skip to content

Commit 0a67724

Browse files
committed
Black-File Reformatted
1 parent d572f50 commit 0a67724

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

testsuite/MDAnalysisTests/coordinates/test_dms.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ def test_frame_index_0(self, universe):
9393
def test_frame_index_1_raises_IndexError(self, universe):
9494
with pytest.raises(IndexError):
9595
universe.trajectory[1]
96-
96+
9797
def test_convert_pos_from_native(self):
98-
u= mda.Universe(DMS,convert_units=True)
99-
100-
coords= u.atoms.positions
101-
102-
assert coords.shape[0] == len(u.atoms)
98+
u = mda.Universe(DMS, convert_units=True)
99+
100+
coords = u.atoms.positions
101+
102+
assert coords.shape[0] == len(u.atoms)

0 commit comments

Comments
 (0)