text
stringlengths
0
90
def test_jitter_recovered():
"""The reported stellar jitter must land in a calibrated band around the
injected value (a mis-modelled orbit inflates or deflates the residual jitter)."""
for name in FILES:
> e, _P, _K, _ecc, _g = _sys(name)
^^^^^^^^^^
/verifier/test_outputs.py:390:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/verifier/test_outputs.py:216: in _sys
sysd = submission()["systems"]
^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submission():
> assert RESULT.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:208: AssertionError
_______________________________ test_rv_forecast _______________________________
def test_rv_forecast():
"""Held-out forecast gate (un-gameable: the true RV at t_pred is withheld).
The agent's rv_pred is compared to the verifier-recomputed TRUE RV at the
frozen held-out epochs; a correct full orbit predicts it at the noise floor,
an aliased/phase-wrong orbit diverges out of sample."""
for name in FILES:
> e, _P, _K, _ecc, _g = _sys(name)
^^^^^^^^^^
/verifier/test_outputs.py:407:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/verifier/test_outputs.py:216: in _sys
sysd = submission()["systems"]
^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submission():
> assert RESULT.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:208: AssertionError
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ::test_frozen_inputs_untampered
FAILED ::test_result_parses_and_has_all_systems - AssertionError: missing /ro...
FAILED ::test_physical_validity - AssertionError: missing /root/result.json
FAILED ::test_two_distinct_planets - AssertionError: missing /root/result.json
FAILED ::test_periods_recovered - AssertionError: missing /root/result.json
FAILED ::test_no_aliased_period - AssertionError: missing /root/result.json
FAILED ::test_semiamplitude_recovered - AssertionError: missing /root/result....
FAILED ::test_eccentricity_recovered - AssertionError: missing /root/result.json
FAILED ::test_systemic_velocity - AssertionError: missing /root/result.json
FAILED ::test_reported_periods_reproduce_data - AssertionError: missing /root...
FAILED ::test_independent_amplitude_consistency - AssertionError: missing /ro...
FAILED ::test_not_cross_system_identical - AssertionError: missing /root/resu...
FAILED ::test_summary_consistent - AssertionError: missing /root/result.json
FAILED ::test_jitter_recovered - AssertionError: missing /root/result.json
FAILED ::test_rv_forecast - AssertionError: missing /root/result.json
========================= 14 failed, 1 passed in 0.48s =========================