Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Dec 24, 2024
1 parent 21737f5 commit 8922ee1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
18 changes: 14 additions & 4 deletions testsuite/MDAnalysisTests/coordinates/test_chainreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,20 @@
from MDAnalysis.transformations import translate
from numpy.testing import assert_almost_equal, assert_equal

from MDAnalysisTests.datafiles import (CRD, DCD, GRO, PDB, PSF, TRR, XTC,
LAMMPS_chain, LAMMPSDUMP_chain1,
LAMMPSDUMP_chain2, PDB_closed,
PDB_small)
from MDAnalysisTests.datafiles import (
CRD,
DCD,
GRO,
PDB,
PSF,
TRR,
XTC,
LAMMPS_chain,
LAMMPSDUMP_chain1,
LAMMPSDUMP_chain2,
PDB_closed,
PDB_small,
)
from MDAnalysisTests.util import no_warning


Expand Down
7 changes: 5 additions & 2 deletions testsuite/MDAnalysisTests/coordinates/test_reader_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@

import numpy as np
import pytest
from MDAnalysis.coordinates.base import (ReaderBase, SingleFrameReaderBase,
Timestep)
from MDAnalysis.coordinates.base import (
ReaderBase,
SingleFrameReaderBase,
Timestep,
)
from numpy.testing import assert_allclose, assert_equal

"""
Expand Down

0 comments on commit 8922ee1

Please sign in to comment.