Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
99
============================= 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 21 items
::test_result_schema_present_and_finite FAILED [ 4%]
::test_frozen_inputs_match_verifier_private_hashes PASSED [ 9%]
::test_rps_canonical_means_match_independent_recompute FAILED [ 14%]
::test_rps_canonical_matches_heisenberg_density_theory FAILED [ 19%]
::test_rps_canonical_density_slope_is_heisenberg FAILED [ 23%]
::test_heisenberg_coefficient_and_quadratic_dominance FAILED [ 28%]
::test_concentration_sharpens_with_system_size FAILED [ 33%]
::test_rps_canonical_alpha_recovery FAILED [ 38%]
::test_heldout_means_match_independent_recompute FAILED [ 42%]
::test_heldout_alpha_and_slope_are_noncanonical FAILED [ 47%]
::test_star_rqc_means_and_pm_sigma_slopes FAILED [ 52%]
::test_star_nonconcentration_versus_rps_concentration FAILED [ 57%]
::test_sensing_qfi_crosscheck_and_gain FAILED [ 61%]
::test_witness_reference_and_physical_bounds FAILED [ 66%]
::test_density_slope_consistent_with_reported_means FAILED [ 71%]
::test_reconstruction_section_present_and_complete FAILED [ 76%]
::test_reconstructed_fQ_matches_withheld_truth FAILED [ 80%]
::test_reconstructed_contraction_and_sigma_match_truth FAILED [ 85%]
::test_reconstructed_entanglement_depth_consistent FAILED [ 90%]
::test_reconstruction_recovers_heisenberg_scaling FAILED [ 95%]
::test_verifier_shadow_recompute_is_informative PASSED [100%]
=================================== FAILURES ===================================
____________________ test_result_schema_present_and_finite _____________________
def test_result_schema_present_and_finite() -> None:
> data = result()
^^^^^^^^
/verifier/test_outputs.py:318:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_rps_canonical_means_match_independent_recompute _____________
def test_rps_canonical_means_match_independent_recompute() -> None:
> data = result()["rps_canonical"]["per_N"]
^^^^^^^^
/verifier/test_outputs.py:338:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_rps_canonical_matches_heisenberg_density_theory _____________
def test_rps_canonical_matches_heisenberg_density_theory() -> None:
ref = reference()
> data = result()["rps_canonical"]["per_N"]
^^^^^^^^
/verifier/test_outputs.py:347:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_rps_canonical_density_slope_is_heisenberg ________________
def test_rps_canonical_density_slope_is_heisenberg() -> None:
ref = reference()
> reported = float(result()["rps_canonical"]["density_slope"])
^^^^^^^^
/verifier/test_outputs.py:357:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
21