From 2f40b6fdb9beebae695c6ae67876444427abc558 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Fri, 6 Sep 2024 18:05:39 +0200 Subject: [PATCH] Docstring fix in test_particle.py --- tests/particle/test_particle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/particle/test_particle.py b/tests/particle/test_particle.py index bb72b415..1c1bc286 100644 --- a/tests/particle/test_particle.py +++ b/tests/particle/test_particle.py @@ -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