Skip to content

Commit 5dba68b

Browse files
committed
linting
1 parent 803622a commit 5dba68b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_quantum/core/ops/tfq_simulate_ops_gpu_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ def test_simulate_expectation_cpu_vs_cuquantum(self):
120120
pauli_sums_tensor),
121121
"CPU",
122122
num_samples=100,
123-
124123
)
125-
124+
126125
cuda_avg_time, res_cuda = measure_average_runtime(
127126
lambda: tfq_simulate_ops_cuquantum.tfq_simulate_expectation(
128127
circuit_batch_tensor,

0 commit comments

Comments
 (0)