Skip to content

Commit c2ad47a

Browse files
committed
Backport fix from PR #116. [ci skip]
1 parent c3c9a1a commit c2ad47a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/somd2/runner/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def __init__(self, system, config):
446446

447447
# Log the atom indices in the REST2 selection.
448448
if is_rest2:
449-
_logger.info(f"REST2 selection contains {len(atoms)} atoms: {idxs}")
449+
_logger.info(f"REST2 selection contains {len(idxs)} atoms: {idxs}")
450450

451451
# Apply hydrogen mass repartitioning.
452452
if self._config.hmr:

0 commit comments

Comments
 (0)