Skip to content

Commit

Permalink
Update pmd_beamphysics/particles.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Lauer <[email protected]>
  • Loading branch information
ChristopherMayes and ken-lauer authored Nov 20, 2024
1 parent 2e50472 commit e9bf158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pmd_beamphysics/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,8 @@ def fractional_split(self, fractions: Union[float, int, list], key: str):
key : str
The attribute of particles to be used for sorting and splitting (e.g., 'z' for longitudinal position).
Returns:
--------
Returns
-------
particle_groups : list of ParticleGroup
A list of ParticleGroup objects, each representing a subset of particles based on the specified fractions.
Expand Down

0 comments on commit e9bf158

Please sign in to comment.