From 2997d14ed474a466f504db3f6c4345ed52461b85 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Apr 2022 09:32:29 +0200 Subject: debug output improvements --- lib/paramfit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- cgit v1.2.3