Skip to content

Commit

Permalink
Update qiskit_experiments/framework/composite/composite_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yael Ben-Haim <[email protected]>
  • Loading branch information
ItamarGoldman and yaelbh authored Oct 12, 2023
1 parent 4080861 commit 3fb0287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def component_analysis(

def set_options(self, **fields):
"""Set the analysis options for the experiment. If the `broadcast` argument is passed and set to
'True', the analysis options will cascade to the children experiments."""
`True`, the analysis options will cascade to the children experiments."""
super().set_options(**fields)
if fields.get("broadcast", None):
for sub_analysis in self._analyses:
Expand Down

0 comments on commit 3fb0287

Please sign in to comment.