Skip to content

Commit

Permalink
Update cirq-google/cirq_google/ops/internal_gate_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Juhas <[email protected]>
  • Loading branch information
NoureldinYosri and pavoljuhas authored Nov 14, 2024
1 parent 6f4c788 commit 5dbaebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-google/cirq_google/ops/internal_gate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_internal_gate_with_hashable_args_is_hashable():
def test_internal_gate_with_custom_function_repr():
original_func = lambda x: x**2
x = np.linspace(-1, 1, 10)
y = original_func(x)
y = x ** 2
encoded_func = internal_gate.encode_function(x=x, y=y)

gate = internal_gate.InternalGate(
Expand Down

0 comments on commit 5dbaebe

Please sign in to comment.