text stringlengths 0 91 |
|---|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:420: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'ising_vs_heisenberg' |
@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/ising_vs_heisenberg.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/ising_vs_heisenberg.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
==================================== PASSES ==================================== |
=========================== short test summary info ============================ |
PASSED ::test_frozen_config_hashes_match |
PASSED ::test_heldout_configs_produce_expected_physics |
FAILED ::test_all_outputs_present_and_wellformed - AssertionError: Missing re... |
FAILED ::test_stoq_compiler_reaches_return_population - AssertionError: Missi... |
FAILED ::test_protocol_curves_time_reversal_and_multibasis_are_blind - Assert... |
FAILED ::test_protocol_curves_rav_decays - AssertionError: Missing required o... |
FAILED ::test_true_fidelity_matches_independent_lindblad - AssertionError: Mi... |
FAILED ::test_true_fidelity_half_time_is_physical - AssertionError: Missing r... |
FAILED ::test_sensitivity_table_matches_known_pattern - AssertionError: Missi... |
FAILED ::test_heldout_inferred_classes_are_correct - AssertionError: Missing ... |
FAILED ::test_heldout_patterns_are_cross_consistent - AssertionError: Missing... |
FAILED ::test_heldout_reported_pattern_matches_independent_recompute - Assert... |
FAILED ::test_heldout_rav_return_matches_independent_recompute - AssertionErr... |
FAILED ::test_rav_independent_inverse_defeats_reversal_shortcut - AssertionEr... |
FAILED ::test_ising_vs_heisenberg_depolarization_contrast - AssertionError: M... |
======================== 13 failed, 2 passed in 10.90s ========================= |
============================= 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:228: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.