Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
92
============================= 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 16 items
../app::test_frozen_config_sha256_matches_expected PASSED [ 6%]
../app::test_noisy_files_sha256_match_expected PASSED [ 12%]
../app::test_result_schema FAILED [ 18%]
../app::test_constants_match_independent_recompute FAILED [ 25%]
../app::test_forward_reference_derived_quantities FAILED [ 31%]
../app::test_forward_reference_rabi_curves_match_multi_l_model FAILED [ 37%]
../app::test_forward_reference_ramsey_curves_match_model FAILED [ 43%]
../app::test_recovered_theta_matches_injected FAILED [ 50%]
../app::test_recovered_ell0_and_frot_match_injected FAILED [ 56%]
../app::test_recovered_sigma_matches_injected FAILED [ 62%]
../app::test_recovered_three_ramsey_routes_agree FAILED [ 68%]
../app::test_recovered_delta_ell_max_consistent FAILED [ 75%]
../app::test_recovered_rabi_routes_fit_measurements FAILED [ 81%]
../app::test_recovered_gamma_is_self_consistent FAILED [ 87%]
../app::test_recovered_fit_quality_and_reconstruction FAILED [ 93%]
../app::test_aggregate_scaling_and_consistency FAILED [100%]
=================================== FAILURES ===================================
______________________________ test_result_schema ______________________________
def test_result_schema() -> None:
> res = result()
^^^^^^^^
test_outputs.py:184:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
__________________ test_constants_match_independent_recompute __________________
def test_constants_match_independent_recompute() -> None:
> c = result()["constants"]
^^^^^^^^
test_outputs.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
__________________ test_forward_reference_derived_quantities ___________________
def test_forward_reference_derived_quantities() -> None:
r = rotor()
cfg = {c["label"]: c for c in config()["forward_reference"]["configs"]}
> submitted = result()["forward_reference"]
^^^^^^^^
test_outputs.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
____________ test_forward_reference_rabi_curves_match_multi_l_model ____________
def test_forward_reference_rabi_curves_match_multi_l_model() -> None:
r = rotor()
cfg = {c["label"]: c for c in config()["forward_reference"]["configs"]}
> for fr in result()["forward_reference"]:
^^^^^^^^
test_outputs.py:282:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
80