Skip to content

Commit

Permalink
Re-enable streaming Engine interface. (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcourtney authored Jan 8, 2025
1 parent bb86fb1 commit ecf9ed7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cirq-google/cirq_google/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def __init__(
timeout: Optional[int] = None,
serializer: Serializer = CIRCUIT_SERIALIZER,
# TODO(#5996) Remove enable_streaming once the feature is stable.
# TODO(#6817): Reenable streaming by default once there's a fix.
enable_streaming: bool = False,
enable_streaming: bool = True,
) -> None:
"""Context and client for using Quantum Engine.
Expand Down

0 comments on commit ecf9ed7

Please sign in to comment.