De-lint calculations.py.

Changes were made to function names; impacted functions changed in other
files.  Google searches performed to look for impacts to other software.
This commit is contained in:
Nathan Baker
2020-05-23 15:02:23 -07:00
parent 1611e9d6ea
commit 5ed77a7cf6
4 changed files with 447 additions and 369 deletions

View File

@@ -182,7 +182,7 @@ class Conformation_container:
propka.determinants.setIonDeterminants(self, version)
# calculating the back-bone reorganization/desolvation term
version.calculateBackBoneReorganization(self)
version.calculatebackbone_reorganization(self)
# setting remaining non-iterative and iterative side-chain & Coulomb interaction determinants
propka.determinants.setDeterminants(self.get_sidechain_groups(), version=version, options=options)