Skip to content

Commit

Permalink
fix ci failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
  • Loading branch information
amccaskey committed Mar 16, 2024
1 parent b0250cf commit 8ecf677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tests/kernel/test_kernel_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,5 +907,6 @@ def test_no_valueerror_np_array():
def test(var : np.ndarray):
q = cudaq.qubit()
ry(var[0], q)
mz(q)

test(np.array([1.,2.]))

0 comments on commit 8ecf677

Please sign in to comment.