text stringlengths 0 193 |
|---|
PASSED ::test_frozen_instance_untampered |
PASSED ::test_results_present_and_complete |
PASSED ::test_solver_is_a_real_computation |
PASSED ::test_each_instance_config_matches_recompute |
PASSED ::test_near_contact_law |
PASSED ::test_physics_invariants_across_configs |
PASSED ::test_held_out_solver_generalizes |
PASSED ::test_no_leaked_reference_artifacts |
============================== 8 passed in 5.50s =============================== |
============================= 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_instance_untampered PASSED [ 12%] |
::test_results_present_and_complete FAILED [ 25%] |
::test_solver_is_a_real_computation FAILED [ 37%] |
::test_each_instance_config_matches_recompute FAILED [ 50%] |
::test_near_contact_law FAILED [ 62%] |
::test_physics_invariants_across_configs FAILED [ 75%] |
::test_held_out_solver_generalizes FAILED [ 87%] |
::test_no_leaked_reference_artifacts PASSED [100%] |
=================================== FAILURES =================================== |
______________________ test_results_present_and_complete _______________________ |
def test_results_present_and_complete(): |
> by_id, nc = load_results() |
^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:422: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@lru_cache(maxsize=1) |
def load_results(): |
> assert RESULTS.is_file(), "Missing /root/output/results.json" |
E AssertionError: Missing /root/output/results.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/output/results.json').is_file |
/verifier/test_outputs.py:281: AssertionError |
______________________ test_solver_is_a_real_computation _______________________ |
def test_solver_is_a_real_computation(): |
> assert SOLVER.is_file(), "Missing /root/output/solve_config.py" |
E AssertionError: Missing /root/output/solve_config.py |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/output/solve_config.py').is_file |
/verifier/test_outputs.py:443: AssertionError |
_________________ test_each_instance_config_matches_recompute __________________ |
def test_each_instance_config_matches_recompute(): |
LOGS.mkdir(parents=True, exist_ok=True) |
summary = [] |
> for entry, rec in _iter_instance(): |
^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:473: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:463: in _iter_instance |
by_id, _ = load_results() |
^^^^^^^^^^^^^^ |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@lru_cache(maxsize=1) |
def load_results(): |
> assert RESULTS.is_file(), "Missing /root/output/results.json" |
E AssertionError: Missing /root/output/results.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/output/results.json').is_file |
/verifier/test_outputs.py:281: AssertionError |
____________________________ test_near_contact_law _____________________________ |
def test_near_contact_law(): |
> _, nc = load_results() |
^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:497: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@lru_cache(maxsize=1) |
def load_results(): |
> assert RESULTS.is_file(), "Missing /root/output/results.json" |
E AssertionError: Missing /root/output/results.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/output/results.json').is_file |
/verifier/test_outputs.py:281: AssertionError |
____________________ test_physics_invariants_across_configs ____________________ |
def test_physics_invariants_across_configs(): |
"""Interlocking cross-config invariants: monotone capacitance/force, the |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.