text stringclasses 371
values |
|---|
/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()] |
^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:548: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/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_report_and_figure_are_quantitative_and_nonblank _____________ |
def test_report_and_figure_are_quantitative_and_nonblank() -> None: |
payload = load_payload() |
> summary = load_json(SOLUTION / "summary.json") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:556: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
path = PosixPath('/root/solution/summary.json') |
def load_json(path: Path) -> dict[str, Any]: |
> assert path.is_file(), f"missing {path.name}" |
E AssertionError: missing summary.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/solution/summary.json').is_file |
/verifier/test_outputs.py:70: AssertionError |
=============================== warnings summary =============================== |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:64 |
/usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:64: PyparsingDeprecationWarning: 'oneOf' deprecated - use 'one_of' |
prop = Group((name + Suppress("=") + comma_separated(value)) | oneOf(_CONSTANTS)) |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85 |
/usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:85: PyparsingDeprecationWarning: 'parseString' deprecated - use 'parse_string' |
parse = parser.parseString(pattern) |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
../usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89 |
/usr/local/lib/python3.12/site-packages/matplotlib/_fontconfig_pattern.py:89: PyparsingDeprecationWarning: 'resetCache' deprecated - use 'reset_cache' |
parser.resetCache() |
../usr/local/lib/python3.12/site-packages/matplotlib/_mathtext.py:45 |
/usr/local/lib/python3.12/site-packages/matplotlib/_mathtext.py:45: PyparsingDeprecationWarning: 'enablePackrat' deprecated - use 'enable_packrat' |
ParserElement.enablePackrat() |
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html |
==================================== PASSES ==================================== |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.