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 67b5ef3 commit 2e50472
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 @@ -1143,8 +1143,8 @@ def fractional_split(self, fractions: Union[float, int, list], key: str):
"""
Split particles based on a given array key and a list of specified fractions or a single fraction.
Parameters:
-----------
Parameters
----------
fractions : float, int, or list of float/int
A fraction or a list of fractions used for splitting the particles. All values must be between 0 and 1 (exclusive).
Expand Down

0 comments on commit 2e50472

Please sign in to comment.