Skip to content

Commit

Permalink
format manually
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jan 1, 2025
1 parent 65ed20a commit b16de88
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions testsuite/MDAnalysisTests/core/test_atomselections.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,49 +328,15 @@ def test_same_resname(self, universe):
"resids 10 or 11"
),
)
# fmt: off
target_resids = np.array(
[
7,
8,
10,
11,
12,
14,
17,
25,
32,
37,
38,
42,
46,
49,
55,
56,
66,
73,
80,
85,
93,
95,
99,
100,
122,
127,
130,
144,
150,
176,
180,
186,
188,
189,
194,
198,
203,
207,
214,
7, 8, 10, 11, 12, 14, 17, 25, 32, 37, 38, 42, 46, 49, 55, 56,
66, 73, 80, 85, 93, 95, 99, 100, 122, 127, 130, 144, 150, 176,
180, 186, 188, 189, 194, 198, 203, 207, 214,
]
)
# fmt: on
assert_equal(
sel.residues.resids,
target_resids,
Expand Down

0 comments on commit b16de88

Please sign in to comment.