lsst-ctrl-mpexec 29.2025.1900__tar.gz → 29.2025.2100__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lsst_ctrl_mpexec-29.2025.1900/python/lsst_ctrl_mpexec.egg-info → lsst_ctrl_mpexec-29.2025.2100}/PKG-INFO +1 -1
- lsst_ctrl_mpexec-29.2025.2100/python/lsst/ctrl/mpexec/version.py +2 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100/python/lsst_ctrl_mpexec.egg-info}/PKG-INFO +1 -1
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cmdLineFwk.py +2 -2
- lsst_ctrl_mpexec-29.2025.1900/python/lsst/ctrl/mpexec/version.py +0 -2
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/COPYRIGHT +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/LICENSE +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/MANIFEST.in +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/README.rst +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/bsd_license.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/CHANGES.rst +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/configuring-pipetask-tasks.rst +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/index.rst +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/pipetask.rst +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/gpl-v3.0.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/pyproject.toml +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/_pipeline_graph_factory.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/cmd/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/cmd/commands.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/opt/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/opt/arguments.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/opt/optionGroups.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/opt/options.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/pipetask.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/__init__.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/build.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/cleanup.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/confirmable.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/pre_exec_init_qbb.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/purge.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/qgraph.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/report.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/run.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/run_qbb.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/script/update_graph_run.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/utils.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cmdLineFwk.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/dotTools.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/execFixupDataId.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/executionGraphFixup.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/log_capture.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/mpGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/preExecInit.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/py.typed +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/quantumGraphExecutor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/reports.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/separablePipelineExecutor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/showInfo.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/simple_pipeline_executor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/singleQuantumExecutor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/taskFactory.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/util.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/SOURCES.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/dependency_links.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/entry_points.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/requires.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/top_level.txt +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst_ctrl_mpexec.egg-info/zip-safe +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/setup.cfg +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdCleanup.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdPurge.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdQgraph.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdReport.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdUpdateGraphRun.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliScript.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliUtils.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_execution_storage_class_conversion.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_executors.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_preExecInit.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_reports.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_separablePipelineExecutor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_simple_pipeline_executor.py +0 -0
- {lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_taskFactory.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2100
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lsst-ctrl-mpexec
|
|
3
|
-
Version: 29.2025.
|
|
3
|
+
Version: 29.2025.2100
|
|
4
4
|
Summary: Pipeline execution infrastructure for the Rubin Observatory LSST Science Pipelines.
|
|
5
5
|
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
|
|
6
6
|
License: BSD 3-Clause License
|
|
@@ -670,7 +670,7 @@ class CmdLineFwkTestCaseWithButler(unittest.TestCase):
|
|
|
670
670
|
fwk.runGraphQBB(taskFactory, args)
|
|
671
671
|
|
|
672
672
|
# Transfer the datasets to the butler.
|
|
673
|
-
n1 = transfer_from_graph(temp_graph.name, self.root, True, False, False, False)
|
|
673
|
+
n1 = transfer_from_graph(temp_graph.name, self.root, True, False, False, False, ())
|
|
674
674
|
self.assertEqual(n1, 31)
|
|
675
675
|
|
|
676
676
|
self.assertEqual(taskFactory.countExec, self.nQuanta)
|
|
@@ -708,7 +708,7 @@ class CmdLineFwkTestCaseWithButler(unittest.TestCase):
|
|
|
708
708
|
fwk.runGraphQBB(taskFactory, args)
|
|
709
709
|
|
|
710
710
|
# Transfer the datasets to the butler.
|
|
711
|
-
n2 = transfer_from_graph(temp_graph.name, self.root, True, False, False, False)
|
|
711
|
+
n2 = transfer_from_graph(temp_graph.name, self.root, True, False, False, False, ())
|
|
712
712
|
self.assertEqual(n1, n2)
|
|
713
713
|
|
|
714
714
|
def testEmptyQGraph(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/CHANGES.rst
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/index.rst
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/doc/lsst.ctrl.mpexec/pipetask.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/__init__.py
RENAMED
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/cli/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/dotTools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/reports.py
RENAMED
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/showInfo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/python/lsst/ctrl/mpexec/util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_ctrl_mpexec-29.2025.1900 → lsst_ctrl_mpexec-29.2025.2100}/tests/test_cliCmdUpdateGraphRun.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|