text
stringlengths
0
99
^^^^^^^^
/verifier/test_outputs.py:510:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def result() -> dict:
> assert RESULT_PATH.is_file(), "Missing /root/result.json"
E AssertionError: Missing /root/result.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
_________________ test_reconstructed_fQ_matches_withheld_truth _________________
def test_reconstructed_fQ_matches_withheld_truth() -> None:
# KEY ill-posed gate: only the correct debiased shadow estimator lands within
# the band; a naive finite-sample estimate (60-100% biased) fails every file.
> rec = result()["reconstruction"]["per_file"]
^^^^^^^^
/verifier/test_outputs.py:527:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def result() -> dict:
> assert RESULT_PATH.is_file(), "Missing /root/result.json"
E AssertionError: Missing /root/result.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
_____________ test_reconstructed_contraction_and_sigma_match_truth _____________
def test_reconstructed_contraction_and_sigma_match_truth() -> None:
> rec = result()["reconstruction"]["per_file"]
^^^^^^^^
/verifier/test_outputs.py:539:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def result() -> dict:
> assert RESULT_PATH.is_file(), "Missing /root/result.json"
E AssertionError: Missing /root/result.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
_______________ test_reconstructed_entanglement_depth_consistent _______________
def test_reconstructed_entanglement_depth_consistent() -> None:
> rec = result()["reconstruction"]["per_file"]
^^^^^^^^
/verifier/test_outputs.py:553:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def result() -> dict:
> assert RESULT_PATH.is_file(), "Missing /root/result.json"
E AssertionError: Missing /root/result.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
_______________ test_reconstruction_recovers_heisenberg_scaling ________________
def test_reconstruction_recovers_heisenberg_scaling() -> None:
> rec = result()["reconstruction"]
^^^^^^^^
/verifier/test_outputs.py:570:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def result() -> dict:
> assert RESULT_PATH.is_file(), "Missing /root/result.json"
E AssertionError: Missing /root/result.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ::test_frozen_inputs_match_verifier_private_hashes
PASSED ::test_verifier_shadow_recompute_is_informative
FAILED ::test_result_schema_present_and_finite - AssertionError: Missing /roo...
FAILED ::test_rps_canonical_means_match_independent_recompute - AssertionErro...
FAILED ::test_rps_canonical_matches_heisenberg_density_theory - AssertionErro...
FAILED ::test_rps_canonical_density_slope_is_heisenberg - AssertionError: Mis...
FAILED ::test_heisenberg_coefficient_and_quadratic_dominance - AssertionError...
FAILED ::test_concentration_sharpens_with_system_size - AssertionError: Missi...
FAILED ::test_rps_canonical_alpha_recovery - AssertionError: Missing /root/re...
FAILED ::test_heldout_means_match_independent_recompute - AssertionError: Mis...