text stringclasses 371
values |
|---|
============================= 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 9 items |
::test_frozen_input_hash_and_agent_visible_identity_boundary PASSED [ 11%] |
::test_every_public_trajectory_prefix_matches_independent_posterior FAILED [ 22%] |
::test_checkpoint_densities_match_trajectories_and_independent_posteriors FAILED [ 33%] |
::test_summary_design_and_metadata_crosscheck_to_artifacts FAILED [ 44%] |
::test_machine_readable_convergence_and_phi_bound_sensitivity FAILED [ 55%] |
::test_report_and_figure_are_quantitative_and_nonblank FAILED [ 66%] |
::test_zero_count_prefix_reference_is_finite PASSED [ 77%] |
::test_reusable_script_solves_multiple_unpredictable_hidden_inputs FAILED [ 88%] |
::test_adversarial_regressions_reject_shortcuts FAILED [100%] |
=================================== FAILURES =================================== |
______ test_every_public_trajectory_prefix_matches_independent_posterior _______ |
def test_every_public_trajectory_prefix_matches_independent_posterior() -> None: |
> validate_trajectory(load_payload(), SOLUTION) |
/verifier/test_outputs.py:530: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:189: in validate_trajectory |
raw_rows = load_trajectory(solution) |
^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:97: in load_trajectory |
return load_csv(solution / "posterior_trajectories.csv", TRAJECTORY_COLUMNS) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
path = PosixPath('/root/solution/posterior_trajectories.csv') |
columns = ['run_id', 'strategy', 'shot', 'frequency_mhz', 'zeta', 'theta_mean', ...] |
def load_csv(path: Path, columns: list[str]) -> list[dict[str, str]]: |
> assert path.is_file(), f"missing {path.name}" |
E AssertionError: missing posterior_trajectories.csv |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/solution/posterior_trajectories.csv').is_file |
/verifier/test_outputs.py:89: AssertionError |
___ test_checkpoint_densities_match_trajectories_and_independent_posteriors ____ |
def test_checkpoint_densities_match_trajectories_and_independent_posteriors() -> None: |
payload = load_payload() |
> rows = [numeric_trajectory_row(row) for row in load_trajectory()] |
^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:535: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:97: in load_trajectory |
return load_csv(solution / "posterior_trajectories.csv", TRAJECTORY_COLUMNS) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
path = PosixPath('/root/solution/posterior_trajectories.csv') |
columns = ['run_id', 'strategy', 'shot', 'frequency_mhz', 'zeta', 'theta_mean', ...] |
def load_csv(path: Path, columns: list[str]) -> list[dict[str, str]]: |
> assert path.is_file(), f"missing {path.name}" |
E AssertionError: missing posterior_trajectories.csv |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/solution/posterior_trajectories.csv').is_file |
/verifier/test_outputs.py:89: AssertionError |
___________ test_summary_design_and_metadata_crosscheck_to_artifacts ___________ |
def test_summary_design_and_metadata_crosscheck_to_artifacts() -> None: |
payload = load_payload() |
> rows = [numeric_trajectory_row(row) for row in load_trajectory()] |
^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:541: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:97: in load_trajectory |
return load_csv(solution / "posterior_trajectories.csv", TRAJECTORY_COLUMNS) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
path = PosixPath('/root/solution/posterior_trajectories.csv') |
columns = ['run_id', 'strategy', 'shot', 'frequency_mhz', 'zeta', 'theta_mean', ...] |
def load_csv(path: Path, columns: list[str]) -> list[dict[str, str]]: |
> assert path.is_file(), f"missing {path.name}" |
E AssertionError: missing posterior_trajectories.csv |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/solution/posterior_trajectories.csv').is_file |
/verifier/test_outputs.py:89: AssertionError |
_________ test_machine_readable_convergence_and_phi_bound_sensitivity __________ |
def test_machine_readable_convergence_and_phi_bound_sensitivity() -> None: |
payload = load_payload() |
> rows = [numeric_trajectory_row(row) for row in load_trajectory()] |
^^^^^^^^^^^^^^^^^ |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 62