Skip to content

Commit

Permalink
Fixups to test docstrings.
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Salnikov <salnikov@slac.stanford.edu>
  • Loading branch information
TallJimbo and andy-slac authored Sep 12, 2024
1 parent 17ca159 commit 7609498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_init_output_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7609498

Please sign in to comment.