Remove Python 3.7 + add Python 3.11 + 3.12 #456
Annotations
10 errors and 1 warning
Pytest:
projectq/backends/_sim/_simulator_test.py#L205
test_simulator_cheat[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L222
test_simulator_functional_measurement[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L256
test_simulator_measure_mapped_qubit[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L270
test_simulator_emulation[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L300
test_simulator_kqubit_gate[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L338
test_simulator_kqubit_exception[py_simulator]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L352
test_simulator_probability[py_simulator-mapper]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L352
test_simulator_probability[py_simulator-no_mapper]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L381
test_simulator_amplitude[py_simulator-mapper]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
Pytest:
projectq/backends/_sim/_simulator_test.py#L381
test_simulator_amplitude[py_simulator-no_mapper]
ValueError: cannot resize an array that references or is referenced
by another array in this way.
Use the np.resize function or refcheck=False
raised in:
'ValueError: cannot resize an array that references or is referenced'
'by another array in this way.'
|
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