From c25df6eeb66c884f7ceb2c5e44350673e8c8514f Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Thu, 25 Jan 2024 13:59:21 +0100 Subject: [PATCH] Update src/pylhe/__init__.py Co-authored-by: Matthew Feickert --- src/pylhe/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pylhe/__init__.py b/src/pylhe/__init__.py index 5a5412e4..8f92e1a3 100644 --- a/src/pylhe/__init__.py +++ b/src/pylhe/__init__.py @@ -321,7 +321,6 @@ def _get_index_to_id_map(init): for wg in init["weightgroup"].values(): for id, w in wg["weights"].items(): ret[w["index"]] = id - # ret[w["index"]] = w["attrib"]["id"] return ret