Skip to content

Commit d7eb9cc

Browse files
update error messages
1 parent f448eaf commit d7eb9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GMXMMPBSA/amber_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def conv_float(word):
603603
GMXMMPBSA_ERROR('Some energy terms are undefined. Please, check the input structure and trajectory. Check this '
604604
'section the docs for more info '
605605
'https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/Q%26A/calculations/#possible-solutions')
606-
elif 'nan' in word.lower:
606+
elif 'nan' in word.lower():
607607
GMXMMPBSA_ERROR('Some energy terms are undefined. Please, check the input structure and trajectory. Check this '
608608
'section the docs for more info '
609609
'https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/Q%26A/calculations/#possible-solutions')

0 commit comments

Comments
 (0)