Skip to content

Commit

Permalink
Update src/pylhe/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
  • Loading branch information
APN-Pucky and matthewfeickert committed Jan 25, 2024
1 parent 788552f commit a7d52b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pylhe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit a7d52b6

Please sign in to comment.