From 7609498853e31f5d63e1f162b424fdceda7e78de Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Thu, 12 Sep 2024 10:41:50 -0400 Subject: [PATCH] Fixups to test docstrings. Co-authored-by: Andy Salnikov --- tests/test_init_output_run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_init_output_run.py b/tests/test_init_output_run.py index 5f53aa62b..2cc6341e1 100644 --- a/tests/test_init_output_run.py +++ b/tests/test_init_output_run.py @@ -203,7 +203,7 @@ def init_with_pipeline_graph_first( ) -> QuantumGraph: """Test the init_output_run methods of PipelineGraph and QuantumGraph, using the former to actually write init-outputs (with later attempts - correctly failing or doing nothing, depending on parameters. + correctly failing or doing nothing, depending on parameters). """ butler = butler._clone(run=run, collections=[self.INPUT_COLLECTION, run]) pipeline_graph.init_output_run(butler) @@ -262,7 +262,7 @@ def init_with_quantum_graph_first( ) -> QuantumGraph: """Test the init_output_run methods of PipelineGraph and QuantumGraph, using the latter to actually write init-outputs (with later attempts - correctly failing or doing nothing, depending on parameters. + correctly failing or doing nothing, depending on parameters). """ butler = butler._clone(run=run, collections=[self.INPUT_COLLECTION, run]) # Build a QG. @@ -314,7 +314,7 @@ def init_with_qbb_first(self, pipeline_graph: PipelineGraph, butler: Butler, run """Test the init_output_run methods of PipelineGraph and QuantumGraph, using the latter a quantum-backed butler to actually write init-outputs (with later attempts correctly failing or doing nothing, depending on - parameters. + parameters). """ butler = butler._clone(run=run, collections=[self.INPUT_COLLECTION, run]) # Build a QG.