We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda6862 commit e85dfb1Copy full SHA for e85dfb1
montepy/data_inputs/mode.py
@@ -44,7 +44,7 @@ def _parse_and_override_particle_modes(self, particles):
44
self._particles.add(Particle(particle.upper()))
45
46
@property
47
- def particles(self) -> set[Particle]:
+ def particles(self):
48
"""The type of particles involved in this problem.
49
50
The set will contain instances of :class:`montepy.particle.Particle`.
0 commit comments