From 2e50472fc780adc996b41b28fbf695064afce808 Mon Sep 17 00:00:00 2001 From: Christopher Mayes <31023527+ChristopherMayes@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:41:05 -0800 Subject: [PATCH] Update pmd_beamphysics/particles.py Co-authored-by: Ken Lauer <152229072+ken-lauer@users.noreply.github.com> --- pmd_beamphysics/particles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmd_beamphysics/particles.py b/pmd_beamphysics/particles.py index 5f0361f..2d150fe 100644 --- a/pmd_beamphysics/particles.py +++ b/pmd_beamphysics/particles.py @@ -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).