We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f448eaf commit d7eb9ccCopy full SHA for d7eb9cc
GMXMMPBSA/amber_outputs.py
@@ -603,7 +603,7 @@ def conv_float(word):
603
GMXMMPBSA_ERROR('Some energy terms are undefined. Please, check the input structure and trajectory. Check this '
604
'section the docs for more info '
605
'https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/Q%26A/calculations/#possible-solutions')
606
- elif 'nan' in word.lower:
+ elif 'nan' in word.lower():
607
608
609
0 commit comments