text string |
|---|
E run_01: unwrap L |
E run_01: zeeman_correction_ptp_hz got=0.006767 ref=0.005769 |
E run_02: unwrap L |
E run_02: zeeman_correction_ptp_hz got=0.006739 ref=0.005745 |
E run_03: unwrap R |
E run_03: unwrap L |
E run_03: zeeman_correction_ptp_hz got=0.005799 ref=0.004944 |
E run_04: unwrap R |
E run_04: unwrap L |
E run_04: zeeman_correction_ptp_hz got=0.005868 ref=0.005002 |
E run_05: unwrap R |
E run_05: unwrap L |
E run_05: zeeman_correction_ptp_hz got=0.006276 ref=0.005351 |
E run_06: unwrap R |
E run_06: unwrap L |
E run_06: zeeman_correction_ptp_hz got=0.00616 ref=0.005252 |
E run_07: unwrap R |
E run_07: zeeman_correction_ptp_hz got=0.006033 ref=0.005143 |
E run_08: unwrap R |
E run_08: unwrap L |
E run_08: zeeman_correction_ptp_hz got=0.006737 ref=0.005743 |
E run_09: unwrap R |
E run_09: unwrap L |
E run_09: zeeman_correction_ptp_hz got=0.006009 ref=0.005123 |
E run_10: unwrap R |
E run_10: unwrap L |
E run_10: zeeman_correction_ptp_hz got=0.006586 ref=0.005615 |
E run_11: unwrap R |
E run_11: unwrap L |
E run_11: zeeman_correction_ptp_hz got=0.005909 ref=0.005038 |
E run_12: unwrap R |
E run_12: unwrap L |
E run_12: zeeman_correction_ptp_hz got=0.006358 ref=0.005421 |
E run_13: unwrap R |
E run_13: unwrap L |
E run_13: zeeman_correction_ptp_hz got=0.005545 ref=0.004727 |
E run_14: unwrap L |
E run_14: zeeman_correction_ptp_hz got=0.005869 ref=0.005004 |
E run_15: unwrap L |
E run_15: zeeman_correction_ptp_hz got=0.006324 ref=0.005392 |
E run_16: unwrap R |
E run_16: unwrap L |
E run_16: zeeman_correction_ptp_hz got=0.006192 ref=0.005279 |
E assert not ['run_01: unwrap R', 'run_01: unwrap L', 'run_01: zeeman_correction_ptp_hz got=0.006767 ref=0.005769', 'run_02: unwrap L', 'run_02: zeeman_correction_ptp_hz got=0.006739 ref=0.005745', 'run_03: unwrap R', ...] |
/verifier/test_outputs.py:604: AssertionError |
==================================== PASSES ==================================== |
=========================== short test summary info ============================ |
PASSED ::test_frozen_inputs_unmodified |
PASSED ::test_required_artifacts_and_structure |
PASSED ::test_global_coefficients_and_amplitudes |
PASSED ::test_covariance_and_uncorrelated_combinations |
FAILED ::test_signed_sensitivity_and_calibrations - assert False |
FAILED ::test_block_frequency_reduction_matches_counts - AssertionError: bloc... |
FAILED ::test_hourly_bins_are_weighted_reductions - AssertionError: hourly-bi... |
FAILED ::test_fit_quality_and_run_diagnostics - AssertionError: run diagnosti... |
========================= 4 failed, 4 passed in 0.48s ========================== |
============================= 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 8 items |
::test_frozen_inputs_unmodified PASSED [ 12%] |
::test_required_artifacts_and_structure PASSED [ 25%] |
::test_signed_sensitivity_and_calibrations PASSED [ 37%] |
::test_block_frequency_reduction_matches_counts FAILED [ 50%] |
::test_hourly_bins_are_weighted_reductions FAILED [ 62%] |
::test_global_coefficients_and_amplitudes PASSED [ 75%] |
::test_covariance_and_uncorrelated_combinations PASSED [ 87%] |
::test_fit_quality_and_run_diagnostics FAILED [100%] |
=================================== FAILURES =================================== |
________________ test_block_frequency_reduction_matches_counts _________________ |
def test_block_frequency_reduction_matches_counts(): |
got = agent_blocks() |
ref = reference()["blocks"] |
keys = [ |
"run_id", |
"block_id", |
"t_s", |
"freq_R_hz", |
"freq_L_hz", |
"freq_bar_hz", |
"sigma_bar_hz", |
"field_gauss", |
"axial_khz", |
"zeeman_correction_hz", |
"quadrupole_correction_hz", |
"corrected_hz", |
"unwrap_R", |
"unwrap_L", |
] |
assert list(got[0]) == keys |
failures = [] |
for index, (actual, expected) in enumerate(zip(got, ref, strict=True)): |
if actual["run_id"] != expected["run_id"]: |
failures.append(f"row {index}: run_id") |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.