Skip to content

Commit 797fe8b

Browse files
committed
update unit tests
1 parent 7afd53d commit 797fe8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lightning_tensor/test_measurements_class.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def test_not_supported_shadowmp_shot_measurements(self):
127127
with pytest.raises(TypeError):
128128
m.measure_tensor_network(tape)
129129

130-
@pytest.mark.parametrize("n_qubits", range(4, 12, 4))
131-
@pytest.mark.parametrize("n_targets", list(range(1, 4)) + list(range(4, 12, 4)))
130+
@pytest.mark.parametrize("n_qubits", range(4, 14, 2))
131+
@pytest.mark.parametrize("n_targets", list(range(1, 4)) + list(range(4, 14, 2)))
132132
def test_probs_many_wires(self, n_qubits, n_targets, tol):
133133
"""Test probs measuring many wires of a random quantum state."""
134134
if n_targets >= n_qubits:

0 commit comments

Comments
 (0)