text stringlengths 0 90 |
|---|
============================= 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 15 items |
::test_result_parses_and_has_all_systems FAILED [ 6%] |
::test_frozen_inputs_untampered PASSED [ 13%] |
::test_physical_validity FAILED [ 20%] |
::test_two_distinct_planets FAILED [ 26%] |
::test_periods_recovered FAILED [ 33%] |
::test_no_aliased_period FAILED [ 40%] |
::test_semiamplitude_recovered FAILED [ 46%] |
::test_eccentricity_recovered FAILED [ 53%] |
::test_systemic_velocity FAILED [ 60%] |
::test_reported_periods_reproduce_data FAILED [ 66%] |
::test_independent_amplitude_consistency FAILED [ 73%] |
::test_not_cross_system_identical FAILED [ 80%] |
::test_summary_consistent FAILED [ 86%] |
::test_jitter_recovered FAILED [ 93%] |
::test_rv_forecast FAILED [100%] |
=================================== FAILURES =================================== |
____________________ test_result_parses_and_has_all_systems ____________________ |
def test_result_parses_and_has_all_systems(): |
> data = submission() |
^^^^^^^^^^^^ |
/verifier/test_outputs.py:235: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@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_physical_validity ____________________________ |
def test_physical_validity(): |
for name in FILES: |
> e, P, K, ecc, g = _sys(name) |
^^^^^^^^^^ |
/verifier/test_outputs.py:250: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/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_two_distinct_planets ___________________________ |
def test_two_distinct_planets(): |
for name in FILES: |
> e, P, K, ecc, g = _sys(name) |
^^^^^^^^^^ |
/verifier/test_outputs.py:262: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/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_periods_recovered ____________________________ |
def test_periods_recovered(): |
for name in FILES: |
> e, P, K, ecc, g = _sys(name) |
^^^^^^^^^^ |
/verifier/test_outputs.py:269: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:216: in _sys |
sysd = submission()["systems"] |
^^^^^^^^^^^^ |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 149