From 52554d905ae57bfd2ad4b4e1c0856f98dc4cab5d Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sat, 30 May 2020 13:12:44 -0700 Subject: [PATCH] Remove TODO statements for refactoring. Already done. --- propka/calculations.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/propka/calculations.py b/propka/calculations.py index 915b713..1c48384 100644 --- a/propka/calculations.py +++ b/propka/calculations.py @@ -2,15 +2,6 @@ import math -# TODO - this file should be broken into three separate files: -# * calculations.py - includes basic functions for calculating distances, etc. -# * hydrogen.py - includes bonding and protonation functions -# * energy.py - includes energy functions (dependent on distance functions) - - -# TODO - the next set of functions form a distinct "module" for distance calculation - - # Maximum distance used to bound calculations of smallest distance MAX_DISTANCE = 1e6