Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 20, 2023
1 parent 7dc8346 commit 5acb01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/dynamics/clustenm.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def _generate(self, confs, **kwargs):
confs_centers, wei = self._filter(confs_centers, wei)
LOGGER.report('Filtered centroids were generated in %.2fs.',
label='_clustenm_gen')
LOGGER.info('Best CC is %f from %d' % (self._cc_prev, len(wei)))
LOGGER.info('Best CC is %f from %d conformers' % (self._cc_prev, len(wei)))

return confs_centers, wei

Expand Down

0 comments on commit 5acb01a

Please sign in to comment.