Skip to content

Commit

Permalink
Drop comment suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored and matthewfeickert committed Jan 25, 2024
1 parent 6688cd7 commit 49de359
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pylhe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ def read_lhe_init(filepath):
try:
wg_id = w.attrib["id"]
except KeyError:
# Instead of raising an error, we could just use the index
# wg_id = index
print("weight must have attribute 'id'")
raise
_temp["weights"][wg_id] = {
Expand Down

0 comments on commit 49de359

Please sign in to comment.