From 3c12465649bae9c5422afda3cd7c692f36b1bdbf Mon Sep 17 00:00:00 2001 From: Christopher Waters Date: Thu, 9 Jan 2025 15:38:01 -0800 Subject: [PATCH] Add new snippets. --- doc/news/DM-48380.bugfix.1.rst | 1 + doc/news/DM-48380.bugfix.2.rst | 1 + doc/news/DM-48380.bugfix.3.rst | 1 + 3 files changed, 3 insertions(+) create mode 100644 doc/news/DM-48380.bugfix.1.rst create mode 100644 doc/news/DM-48380.bugfix.2.rst create mode 100644 doc/news/DM-48380.bugfix.3.rst diff --git a/doc/news/DM-48380.bugfix.1.rst b/doc/news/DM-48380.bugfix.1.rst new file mode 100644 index 00000000..0d380fa6 --- /dev/null +++ b/doc/news/DM-48380.bugfix.1.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask would fail to find pipeline if a subset was supplied. diff --git a/doc/news/DM-48380.bugfix.2.rst b/doc/news/DM-48380.bugfix.2.rst new file mode 100644 index 00000000..942f8017 --- /dev/null +++ b/doc/news/DM-48380.bugfix.2.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask did not have the updated location for default pipelines. diff --git a/doc/news/DM-48380.bugfix.3.rst b/doc/news/DM-48380.bugfix.3.rst new file mode 100644 index 00000000..c8b8fed6 --- /dev/null +++ b/doc/news/DM-48380.bugfix.3.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask and BaseMakeCalibrations.verify_calib use a string representation of a tuple for the exposure_ids. This adds a trailing comma if the tuple has only one element, causing a syntax error.