From 35228eb99e8e277ef07223b2025acd12e13220b6 Mon Sep 17 00:00:00 2001 From: karolamik13 Date: Wed, 2 Oct 2024 15:04:11 +0200 Subject: [PATCH] LOGGER info changed in calcStatisticsInteractions --- prody/proteins/interactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prody/proteins/interactions.py b/prody/proteins/interactions.py index 6245db518..9dc87ebe1 100644 --- a/prody/proteins/interactions.py +++ b/prody/proteins/interactions.py @@ -2195,7 +2195,7 @@ def calcStatisticsInteractions(data, **kwargs): statistic.sort(key=lambda x: x[1], reverse=True) if statistic == []: - LOGGER.info("Decrease the value of weight_cutoff parameter to obtain the results. Default is 0.2.") + LOGGER.info("No meaningful interactions found. Decrease weight_cutoff to obtain some results (default is 0.2).") return statistic