Skip to content

Commit 5a5e3d8

Browse files
Apply black 24.10.0 formatting to test_align.py to fix linter error
1 parent 577a00a commit 5a5e3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/MDAnalysisTests/analysis/test_align.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,4 +819,4 @@ def test_alignto_reorder_atomgroups():
819819
mobile = u.atoms[:4]
820820
ref = u.atoms[[3, 2, 1, 0]]
821821
rmsd = align.alignto(mobile, ref, select="bynum 1-4")
822-
assert_allclose(rmsd, (0.0, 0.0), rtol=0, atol=1.5e-7)
822+
assert_allclose(rmsd, (0.0, 0.0), rtol=0, atol=1.5e-7)

0 commit comments

Comments
 (0)