From 19d4c0fae0bafe1f7504e5e6e5a9027eca4d3226 Mon Sep 17 00:00:00 2001 From: James Krieger Date: Fri, 6 Oct 2023 15:52:21 +0200 Subject: [PATCH] add info test --- prody/tests/datafiles/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/prody/tests/datafiles/__init__.py b/prody/tests/datafiles/__init__.py index 4e6ce2df8..4c23c0ca3 100644 --- a/prody/tests/datafiles/__init__.py +++ b/prody/tests/datafiles/__init__.py @@ -91,7 +91,14 @@ 'file': 'pdb3enl.pdb', 'n_atoms': 7294, 'models': 1 - }, + }, + '3enl_addH': { + 'pdb': '3enl', + 'file': 'addH_pdb3enl.pdb', + 'n_atoms': 7641, + 'models': 1, + 'n_h': 3999 + }, '3enl_mmtf': { 'pdb': '3ENL', 'file': 'mmtf3enl.mmtf',