From b16de88450c51898b898a37979eed315f87eeea1 Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Wed, 1 Jan 2025 15:18:54 +0100 Subject: [PATCH] format manually --- .../core/test_atomselections.py | 44 +++---------------- 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/testsuite/MDAnalysisTests/core/test_atomselections.py b/testsuite/MDAnalysisTests/core/test_atomselections.py index 5238553d8a..d856feab81 100644 --- a/testsuite/MDAnalysisTests/core/test_atomselections.py +++ b/testsuite/MDAnalysisTests/core/test_atomselections.py @@ -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,