From c5c0248dde98cd2d0005fe6f4c706b78d5ea7b53 Mon Sep 17 00:00:00 2001 From: Mike Regan Date: Thu, 25 Jan 2024 14:53:35 -0500 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7976861e..48d9eda8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -86,8 +86,8 @@ jump - Added more allowable selections for the number of cores to use for multiprocessing [#183]. -- Fixed the numer of rows per slice in multiprocessing that lead to - different results when running the step with multiprocess [#239] +- Fixed the computation of the number of rows per slice for multiprocessing, + which caused different results when running the step with multiprocess [#239] ramp_fitting ~~~~~~~~~~~~