Skip to content

Commit

Permalink
Test commutation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 6, 2024
1 parent b06c4f1 commit 311b3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/particle/test_particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ def test_eq_non_unique_pdgids(pdgid1, pdgid2):
p2 = Particle.from_pdgid(pdgid2)
assert p1.pdgid != p2.pdgid
assert p1 == p2
assert p2 == p1
assert hash(p1) == hash(p2)


Expand Down

0 comments on commit 311b3f9

Please sign in to comment.