Skip to content

Commit

Permalink
Docstring fix in test_particle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Sep 6, 2024
1 parent 53d63ae commit 2f40b6f
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 @@ -175,6 +175,7 @@ def test_from_nucleus_info_special_cases():
"""
The proton and the neutron should return the preferred quark representation
rather than the representation as a nucleus.
"""
assert Particle.from_nucleus_info(a=1, z=1).pdgid == 2212
assert Particle.from_nucleus_info(a=1, z=0).pdgid == 2112

Expand Down

0 comments on commit 2f40b6f

Please sign in to comment.