Skip to content

Commit a3e778d

Browse files
committed
test(gnm): fit linters / black
1 parent ffca4c1 commit a3e778d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testsuite/MDAnalysisTests/analysis/test_gnm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ def test_closeContactGNMAnalysis_select_CA(universe, client_GNMAnalysis):
189189
# without Issue #4924 fix, eigenvalues are [3.20010632e-16, 4.27574601e-16]
190190
# but use big totolerance to make sure PASS in each platform
191191
assert_almost_equal(
192-
gnm.results.eigenvalues, [3.57984776e-16, 3.53892581e-16],
192+
gnm.results.eigenvalues,
193+
[3.57984776e-16, 3.53892581e-16],
193194
)
194195
gen = gnm.generate_kirchoff()
195196
# without Issue #4924 fix, gnm only use 0~14 residues for this data

0 commit comments

Comments
 (0)