From c2ad47a763435ce89890bfdf783c52c492aa4770 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Mon, 26 Jan 2026 11:13:39 +0000 Subject: [PATCH] Backport fix from PR #116. [ci skip] --- src/somd2/runner/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/somd2/runner/_base.py b/src/somd2/runner/_base.py index fa857c7..023584b 100644 --- a/src/somd2/runner/_base.py +++ b/src/somd2/runner/_base.py @@ -446,7 +446,7 @@ def __init__(self, system, config): # Log the atom indices in the REST2 selection. if is_rest2: - _logger.info(f"REST2 selection contains {len(atoms)} atoms: {idxs}") + _logger.info(f"REST2 selection contains {len(idxs)} atoms: {idxs}") # Apply hydrogen mass repartitioning. if self._config.hmr: