text stringlengths 0 99 |
|---|
___________________ test_star_rqc_means_and_pm_sigma_slopes ____________________ |
def test_star_rqc_means_and_pm_sigma_slopes() -> None: |
ref = reference() |
> data = result()["star_rqc"] |
^^^^^^^^ |
/verifier/test_outputs.py:432: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_star_nonconcentration_versus_rps_concentration ______________ |
def test_star_nonconcentration_versus_rps_concentration() -> None: |
ref = reference() |
> star_rel = float(result()["star_rqc"]["rel_std_at_max_N"]) |
^^^^^^^^ |
/verifier/test_outputs.py:445: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_sensing_qfi_crosscheck_and_gain _____________________ |
def test_sensing_qfi_crosscheck_and_gain() -> None: |
ref = reference() |
> sens = result()["sensing"] |
^^^^^^^^ |
/verifier/test_outputs.py:455: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_witness_reference_and_physical_bounds __________________ |
def test_witness_reference_and_physical_bounds() -> None: |
ref = reference() |
> w = result()["witness"] |
^^^^^^^^ |
/verifier/test_outputs.py:476: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_density_slope_consistent_with_reported_means _______________ |
def test_density_slope_consistent_with_reported_means() -> None: |
# A shortcut that writes only a slope but inconsistent per-N means fails here. |
for section, key in (("rps_canonical", "density_slope"), ("rps_heldout", "density_slope")): |
> sec = result()[section] |
^^^^^^^^ |
/verifier/test_outputs.py:497: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_section_present_and_complete _______________ |
def test_reconstruction_section_present_and_complete() -> None: |
> data = result() |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.