Skip to content

Commit

Permalink
actually run regen
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 27, 2024
1 parent de7dd3c commit cd2ddc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@ def sample_write(
obs_out_format: 'Literal["01", "b8", "r8", "ptb64", "hits", "dets"]' = '01',
prepend_observables: bool = False,
append_observables: bool = False,
):
) -> None:
"""Samples detection events from the circuit and writes them to a file.
Args:
Expand Down
2 changes: 1 addition & 1 deletion doc/stim.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3373,7 +3373,7 @@ class CompiledDetectorSampler:
obs_out_format: 'Literal["01", "b8", "r8", "ptb64", "hits", "dets"]' = '01',
prepend_observables: bool = False,
append_observables: bool = False,
):
) -> None:
"""Samples detection events from the circuit and writes them to a file.
Args:
Expand Down
2 changes: 1 addition & 1 deletion glue/python/src/stim/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3373,7 +3373,7 @@ class CompiledDetectorSampler:
obs_out_format: 'Literal["01", "b8", "r8", "ptb64", "hits", "dets"]' = '01',
prepend_observables: bool = False,
append_observables: bool = False,
):
) -> None:
"""Samples detection events from the circuit and writes them to a file.
Args:
Expand Down

0 comments on commit cd2ddc8

Please sign in to comment.