text
stringlengths
0
92
E + where is_file = PosixPath('/root/result.json').is_file
test_outputs.py:161: AssertionError
____________________ test_aggregate_scaling_and_consistency ____________________
def test_aggregate_scaling_and_consistency() -> None:
r = rotor()
> agg = result()["aggregate"]
^^^^^^^^
test_outputs.py:480:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
test_outputs.py:161: AssertionError
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ../app::test_frozen_config_sha256_matches_expected
PASSED ../app::test_noisy_files_sha256_match_expected
FAILED ../app::test_result_schema - AssertionError: missing /root/result.json
FAILED ../app::test_constants_match_independent_recompute - AssertionError: m...
FAILED ../app::test_forward_reference_derived_quantities - AssertionError: mi...
FAILED ../app::test_forward_reference_rabi_curves_match_multi_l_model - Asser...
FAILED ../app::test_forward_reference_ramsey_curves_match_model - AssertionEr...
FAILED ../app::test_recovered_theta_matches_injected - AssertionError: missin...
FAILED ../app::test_recovered_ell0_and_frot_match_injected - AssertionError: ...
FAILED ../app::test_recovered_sigma_matches_injected - AssertionError: missin...
FAILED ../app::test_recovered_three_ramsey_routes_agree - AssertionError: mis...
FAILED ../app::test_recovered_delta_ell_max_consistent - AssertionError: miss...
FAILED ../app::test_recovered_rabi_routes_fit_measurements - AssertionError: ...
FAILED ../app::test_recovered_gamma_is_self_consistent - AssertionError: miss...
FAILED ../app::test_recovered_fit_quality_and_reconstruction - AssertionError...
FAILED ../app::test_aggregate_scaling_and_consistency - AssertionError: missi...
========================= 14 failed, 2 passed in 0.79s =========================