Open v0.3 API + debiasing #450
Annotations
4 errors and 1 warning
Pytest:
projectq/backends/_ionq/_ionq_http_client_test.py#L252
test_send_real_device_online_verbose
TypeError: unhashable type: 'dict'
|
Pytest:
projectq/backends/_ionq/_ionq_http_client_test.py#L577
test_retrieve[None]
assert {'meas_mapped...bs': {'2': 1}} == {'meas_mapped... }'}
Omitting 3 identical items, use -vv to show
Differing items:
{'output_probs': {'2': 1}} != {'output_probs': "{\n '2': 1,\n }"}
Full diff:
{
'meas_mapped': [
2,
3,
],
'meas_qubit_ids': [
2,
3,
],
'nq': 4,
- 'output_probs': '{\n'
? - ---
+ 'output_probs': {
- " '2': 1,\n"
- ' }',
+ '2': 1,
+ },
}
|
Pytest:
projectq/backends/_ionq/_ionq_http_client_test.py#L577
test_retrieve[NotNone]
assert {'meas_mapped...bs': {'2': 1}} == {'meas_mapped... }'}
Omitting 3 identical items, use -vv to show
Differing items:
{'output_probs': {'2': 1}} != {'output_probs': "{\n '2': 1,\n }"}
Full diff:
{
'meas_mapped': [
2,
3,
],
'meas_qubit_ids': [
2,
3,
],
'nq': 4,
- 'output_probs': '{\n'
? - ---
+ 'output_probs': {
- " '2': 1,\n"
- ' }',
+ '2': 1,
+ },
}
|
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