From 964ed3e372b3d9f83c9accc2be4fdba6743a2431 Mon Sep 17 00:00:00 2001 From: edennihy Date: Fri, 13 Dec 2024 11:42:06 -0700 Subject: [PATCH] Add news fragments. --- doc/news/DM-47890.feature.2.rst | 1 + doc/news/DM-47890.feature.3.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/news/DM-47890.feature.2.rst create mode 100644 doc/news/DM-47890.feature.3.rst diff --git a/doc/news/DM-47890.feature.2.rst b/doc/news/DM-47890.feature.2.rst new file mode 100644 index 00000000..097b2e3f --- /dev/null +++ b/doc/news/DM-47890.feature.2.rst @@ -0,0 +1 @@ +In maintel/mtcs.py, remove settling time after clearing slew flag (currently refered to as close booster valve in the code). diff --git a/doc/news/DM-47890.feature.3.rst b/doc/news/DM-47890.feature.3.rst new file mode 100644 index 00000000..510dde6a --- /dev/null +++ b/doc/news/DM-47890.feature.3.rst @@ -0,0 +1 @@ +In maintel/mtcs.py, add a context manager to ensure m1m3 is in engineering mode before/after some operation and add unit tests.