text stringlengths 0 91 |
|---|
============================= test session starts ============================== |
platform linux -- Python 3.12.13, pytest-8.4.1, pluggy-1.6.0 -- /usr/local/bin/python3 |
rootdir: /app |
configfile: ../dev/null |
plugins: json-ctrf-0.3.5 |
collecting ... collected 15 items |
::test_frozen_config_hashes_match PASSED [ 6%] |
::test_all_outputs_present_and_wellformed FAILED [ 13%] |
::test_stoq_compiler_reaches_return_population FAILED [ 20%] |
::test_protocol_curves_time_reversal_and_multibasis_are_blind FAILED [ 26%] |
::test_protocol_curves_rav_decays FAILED [ 33%] |
::test_true_fidelity_matches_independent_lindblad FAILED [ 40%] |
::test_true_fidelity_half_time_is_physical FAILED [ 46%] |
::test_sensitivity_table_matches_known_pattern FAILED [ 53%] |
::test_heldout_inferred_classes_are_correct FAILED [ 60%] |
::test_heldout_patterns_are_cross_consistent FAILED [ 66%] |
::test_heldout_reported_pattern_matches_independent_recompute FAILED [ 73%] |
::test_heldout_configs_produce_expected_physics PASSED [ 80%] |
::test_heldout_rav_return_matches_independent_recompute FAILED [ 86%] |
::test_rav_independent_inverse_defeats_reversal_shortcut FAILED [ 93%] |
::test_ising_vs_heisenberg_depolarization_contrast FAILED [100%] |
=================================== FAILURES =================================== |
___________________ test_all_outputs_present_and_wellformed ____________________ |
def test_all_outputs_present_and_wellformed(): |
for name in ("stoq_convergence", "protocol_curves", "true_fidelity", |
"sensitivity_table", "heldout_discrimination", "ising_vs_heisenberg"): |
> read_output(name) |
/verifier/test_outputs.py:201: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'stoq_convergence' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/stoq_convergence.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/stoq_convergence.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_________________ test_stoq_compiler_reaches_return_population _________________ |
def test_stoq_compiler_reaches_return_population(): |
> d = read_output("stoq_convergence") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:214: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'stoq_convergence' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/stoq_convergence.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/stoq_convergence.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_________ test_protocol_curves_time_reversal_and_multibasis_are_blind __________ |
def test_protocol_curves_time_reversal_and_multibasis_are_blind(): |
> pc = read_output("protocol_curves") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:230: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'protocol_curves' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/protocol_curves.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/protocol_curves.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_______________________ test_protocol_curves_rav_decays ________________________ |
def test_protocol_curves_rav_decays(): |
> pc = read_output("protocol_curves") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:245: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'protocol_curves' |
@functools.cache |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 107