Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NGoetz committed Oct 9, 2024
1 parent 9cd35b6 commit 37746bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparkx/Particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def __initialize_from_array(self, input_format, particle_array):
+ " is not known by PDGID, charge could not be computed. Consider setting it by hand."
)
else:
print(particle_array)
raise ValueError(
"The input file is corrupted! "
+ "A line with wrong number of columns "
Expand Down

0 comments on commit 37746bc

Please sign in to comment.