text
stringlengths
0
99
E + where False = is_file()
E + where is_file = PosixPath('/root/result.json').is_file
/verifier/test_outputs.py:233: AssertionError
_____________ test_heisenberg_coefficient_and_quadratic_dominance ______________
def test_heisenberg_coefficient_and_quadratic_dominance() -> None:
ref = reference()
> rc = result()["rps_canonical"]
^^^^^^^^
/verifier/test_outputs.py:369:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_concentration_sharpens_with_system_size _________________
def test_concentration_sharpens_with_system_size() -> None:
ref = reference()
> rel = [float(result()["rps_canonical"]["per_N"][str(n)]["rel_std"]) for n in ref["sizes"]]
^^^^^^^^
/verifier/test_outputs.py:383:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_alpha_recovery _______________________
def test_rps_canonical_alpha_recovery() -> None:
ref = reference()
> data = result()["rps_canonical"]["per_N"]
^^^^^^^^
/verifier/test_outputs.py:392:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_heldout_means_match_independent_recompute ________________
def test_heldout_means_match_independent_recompute() -> None:
# KEY anti-hardcode gate: the held-out disorder is not a published value.
ref = reference()
> data = result()["rps_heldout"]["per_N"]
^^^^^^^^
/verifier/test_outputs.py:406:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_heldout_alpha_and_slope_are_noncanonical _________________
def test_heldout_alpha_and_slope_are_noncanonical() -> None:
ref = reference()
> rh = result()["rps_heldout"]
^^^^^^^^
/verifier/test_outputs.py:414:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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