Skip to content

Commit

Permalink
LOGGER info changed in calcStatisticsInteractions
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Oct 2, 2024
1 parent 3d71056 commit 35228eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35228eb

Please sign in to comment.