From 060e6bb3c719e2e6ae8b3be920d24c16b87480d0 Mon Sep 17 00:00:00 2001 From: jac16 Date: Fri, 4 Nov 2022 18:21:20 -0400 Subject: [PATCH] bug fix test coverage --- .../MDAnalysisTests/analysis/test_hydrogenbonds_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/MDAnalysisTests/analysis/test_hydrogenbonds_analysis.py b/testsuite/MDAnalysisTests/analysis/test_hydrogenbonds_analysis.py index 2484171cc9a..4e91879ccf2 100644 --- a/testsuite/MDAnalysisTests/analysis/test_hydrogenbonds_analysis.py +++ b/testsuite/MDAnalysisTests/analysis/test_hydrogenbonds_analysis.py @@ -271,7 +271,7 @@ def test_logging_step_not_1(self, universe, caplog): class TestHydrogenBondAnalysisNoRes(TestHydrogenBondAnalysisIdeal): kwargs = { - 'donors_sel': 'type O', +# 'donors_sel': 'type O', # 'hydrogens_sel': 'type H H', 'acceptors_sel': 'type O', 'd_h_cutoff': 1.2,