Add support for import/export with OpenQASM #451
Annotations
2 errors and 1 warning
Pytest:
projectq/libs/qasm/_parse_qasm_qiskit_test.py#L171
test_read_qasm_custom_gate
assert 0 == 3
+ where 0 = len([])
+ where [] = filter_gates(<projectq.cengines._testengine.DummyEngine object at 0x7f2c5e195730>, XGate)
+ where <projectq.cengines._testengine.DummyEngine object at 0x7f2c5e195730> = <projectq.cengines._main.MainEngine object at 0x7f2c5e195700>.backend
|
Pytest
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading