diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-04-26 09:32:29 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-04-26 09:32:29 +0200 |
commit | 2997d14ed474a466f504db3f6c4345ed52461b85 (patch) | |
tree | 6b8202e61d7fd661a0dfb7ed224a81736339a690 | |
parent | ab47cdc202d4432dc17b204ceab094f93734401e (diff) |
debug output improvements
-rw-r--r-- | lib/paramfit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/paramfit.py b/lib/paramfit.py index 9923e1a..a01cd3e 100644 --- a/lib/paramfit.py +++ b/lib/paramfit.py @@ -95,7 +95,7 @@ class ParamFit: this_result["mean_rmsd"], this_result["median_rmsd"] ): logger.debug( - "Not modeling {} as function of {}: best ({:.0f}) is not much better than ref ({:.0f}, {:.0f})".format( + "Not modeling {} as function of {}: best ({:.0f} %) is not much better than ref ({:.0f} % mean, {:.0f} % median)".format( result["key"][0], result["key"][1], this_result["best_rmsd"], |