From 701fc8d75c4d083b308e850156d18fe10800bd04 Mon Sep 17 00:00:00 2001 From: Melanie Clarke Date: Thu, 26 Dec 2024 12:02:08 -0500 Subject: [PATCH] Fix typo in changes/9004.pixel_replace.rst --- changes/9004.pixel_replace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/9004.pixel_replace.rst b/changes/9004.pixel_replace.rst index b6b69d38f3..f0599ecd4a 100644 --- a/changes/9004.pixel_replace.rst +++ b/changes/9004.pixel_replace.rst @@ -1,4 +1,4 @@ Change from the default BFGS algorithm to Nelder-Mead when calling scipy.minimize -within the fit_profile approach topixel replacement in order to fix numpy 2.0 +within the fit_profile approach to pixel replacement in order to fix numpy 2.0 compatibility issues. Additionally, add safety catch to ensure that pixel replacement profile fitting doesn't attempt to scale based on noise. \ No newline at end of file