From ef9cca840e66dd405f0854aa0c51b390ea6638c7 Mon Sep 17 00:00:00 2001 From: Debora Pelliccia Date: Fri, 30 Aug 2024 13:59:57 -1000 Subject: [PATCH] update docs --- doc/releases/1.16.1dev.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/1.16.1dev.rst b/doc/releases/1.16.1dev.rst index 59f48520e2..fe30c7dbd3 100644 --- a/doc/releases/1.16.1dev.rst +++ b/doc/releases/1.16.1dev.rst @@ -87,6 +87,9 @@ Bug Fixes - Fix error "ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions..." occurring when unpacking the SpecObj spectrum but having an attribute of the SpecObj object that is None. +- Fixed an hidden bug that was causing the spatial flexure to fail. The bug was in the + `SlitTraceBitMask` class, where the function `exclude_for_flexure()` was not returning + the 'BOXSLIT' flag.