We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeea99a commit 8de65f1Copy full SHA for 8de65f1
python/tests/custom/test_custom_operations.py
@@ -226,8 +226,7 @@ def bell():
226
227
with pytest.raises(RuntimeError) as error:
228
bell.compile()
229
- assert 'missing value' in repr(
230
- error)
+ assert 'missing value' in repr(error)
231
232
233
def test_bug_2452():
@@ -265,8 +264,7 @@ def kernel3():
265
264
266
267
cudaq.sample(kernel3)
268
269
270
271
272
# leave for gdb debugging
0 commit comments