diff --git a/prody/proteins/interactions.py b/prody/proteins/interactions.py index a87db9e19..5672033de 100644 --- a/prody/proteins/interactions.py +++ b/prody/proteins/interactions.py @@ -549,7 +549,7 @@ def calcChHydrogenBonds(atoms, **kwargs): seq_cutoff = kwargs.pop('seq_cutoff', 25) if len(np.unique(atoms.getChids())) > 1: - HBS_calculations = calcHydrogenBonds(atoms, **kwargs) + HBS_calculations = calcHydrogenBonds(atoms, distA, angle, seq_cutoff) ChainsHBs = [ i for i in HBS_calculations if str(i[2]) != str(i[5]) ] if not ChainsHBs: