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 572be6a commit 09b0b7fCopy full SHA for 09b0b7f
test/python/qpy/test_circuit_load_from_qpy.py
@@ -375,6 +375,7 @@ def test_rdiv(self):
375
class TestUseSymengineFlag(QpyCircuitTestCase):
376
"""Test that the symengine flag works correctly."""
377
378
+ @unittest.skipIf(QPY_COMPATIBILITY_VERSION > 10, "Test only valid for version 10.")
379
def test_use_symengine_with_bool_like(self):
380
"""Test that the use_symengine flag is set correctly with a bool-like input."""
381
theta = Parameter("theta")
0 commit comments