Skip to content

Update all dependencies #166

Update all dependencies

Update all dependencies #166

Triggered via pull request October 1, 2024 15:59
Status Failure
Total duration 1m 53s
Artifacts 1

ci.yml

on: pull_request
Matrix: sync
Matrix: build-docs
Matrix: fawltydeps
Matrix: pyright
Matrix: ruff
Matrix: test
Matrix: deploy-docs
Matrix: lock
Fit to window
Zoom out
Zoom in

Annotations

32 errors
test (ubuntu-22.04, 3.12)
Process completed with exit code 1.
test (ubuntu-22.04, 3.11)
The job was canceled because "ubuntu-22_04_3_12" failed.
test (ubuntu-22.04, 3.11)
The operation was canceled.
test (windows-2022, 3.11)
The job was canceled because "ubuntu-22_04_3_12" failed.
test (windows-2022, 3.11)
The operation was canceled.
test (windows-2022, 3.12)
The job was canceled because "ubuntu-22_04_3_12" failed.
test (windows-2022, 3.12)
The operation was canceled.
pyright (ubuntu-22.04, 3.11): src/boilerdata/models/axes.py#L6
"YamlModel" is unknown import symbol (reportAttributeAccessIssue)
pyright (ubuntu-22.04, 3.11): src/boilerdata/models/params.py#L52
Argument of type "type[Paths]" cannot be assigned to parameter "default_factory" of type "NoArgAnyCallable | None" in function "Field"   Type "type[Paths]" is not assignable to type "NoArgAnyCallable | None"     Type "((*, root: pydantic.types.DirectoryPath, project: pydantic.v1.types.DirectoryPath = PROJECT_PATH, data: pydantic.v1.types.DirectoryPath = project / "data", propshop: pydantic.v1.types.DirectoryPath = data / "propshop", package: pydantic.v1.types.DirectoryPath = get_package_dir(boilerdata), axes_enum: FilePath = package / "axes_enum.py", models: pydantic.v1.types.DirectoryPath = package / "models", stages: dict[str, FilePath] = map_stages(package / "stages", suffixes=[".py", ".ipynb"]), validation: FilePath = package / "validation.py", config: pydantic.v1.types.DirectoryPath = data / "config", axes_config: FilePath = config / "axes.yaml", trials_config: FilePath = config / "trials.yaml", plot_config: pydantic.v1.types.DirectoryPath = config / "plotting", mpl_base: FilePath = plot_config / "base.mplstyle", mpl_hide_title: FilePath = plot_config / "hide_title.mplstyle", model_functions: Path = data / "models", benchmarks: pydantic.v1.types.DirectoryPath = data / "benchmarks", axes: pydantic.v1.types.DirectoryPath = data / "axes", axes_enum_copy: Path = axes / "axes_enum.py", file_originlab_coldes: Path = axes / "originlab_coldes.txt", literature: pydantic.v1.types.DirectoryPath = data / "literature", plotter: pydantic.v1.types.DirectoryPath = data / "plotter", file_plotter: FilePath = plotter / "results.opju", trials: pydantic.v1.types.DirectoryPath = data / "curves", benchmarks_parsed: pydantic.v1.types.DirectoryPath = data / "benchmarks_parsed", file_benchmarks_parsed: Path = benchmarks_parsed / "benchmarks_parsed.csv", literature_results: pydantic.v1.types.DirectoryPath = data / "literature_results", file_literature_results: Path = literature_results / "lit.csv", originlab_plots: pydantic.v1.types.DirectoryPath = data / "originlab_plots", originlab_plot_files: dict[str, Path] = (lambda originlab_plots: { shortname: originlab_plots / f"{shortname}.png" for shortname in ["lit", "low"] })(originlab_plots), originlab_results: pydantic.v1.types.DirectoryPath = data / "originlab_results", file_originlab_results: Path = originlab_results / "originlab_results.csv", plots: pydantic.v1.types.DirectoryPath = data / "plots", plot_new_fit_0: Path = plots / "new_fit_0.png", plot_new_fit_1: Path = plots / "new_fit_1.png", plot_new_fit_2: Path = plots / "new_fit_2.png", plot_error_T_s: Path = plots / "error_T_s.png", plot_error_q_s: Path = plots / "error_q_s.png", plot_error_h_a: Path = plots / "error_h_a.png", results: pydantic.v1.types.DirectoryPath = data / "results", file_results: Path = results / "results.csv", runs: pydantic.v1.types.DirectoryPath = data / "runs", file_runs: Path = runs / "runs.csv", tables: pydantic.v1.types.DirectoryPath = data / "tables", file_pipeline_metrics: Path = tables / "pipeline_metrics.json") -> Paths) | ((...) -> Paths)" is not assignable to type "NoArgAnyCallable"       Type "(*, root: pydantic.types.DirectoryPath, project: pydantic.v1.types.DirectoryPath = PROJECT_PATH, data: pydantic.v1.types.DirectoryPath = project / "data", propshop: pydantic.v1.types.DirectoryPath = data / "propshop", package: pydantic.v1.types.DirectoryPath = get_package_dir(boilerdata), axes_enum: FilePath = package / "axes_enum.py", models: pydantic.v1.types.DirectoryPath = package / "models", stages: dict[str, FilePath] = map_stages(package / "stages", suffixes=[".py", ".ipynb"]), validation: FilePath = package / "validation.py", config: pydantic.v1.types.DirectoryPath = data / "config", axes_config: FilePath = config / "axes.yaml", trials_config: FilePath = config / "trials.yaml", plot_config: pydantic.v1.types.DirectoryPath = config / "plotting", mpl_base: FilePath = plot_config / "base.mplstyle", mpl_hide_title: FilePath = plot_config / "hide_title.mplstyle", model_functions: Path = data / "models", benchmarks: pydantic.v1.types.DirectoryPath = data / "benchmarks", axes: pydantic.v1.types.DirectoryPath = dat
pyright (ubuntu-22.04, 3.11): src/boilerdata/models/params.py#L55
Expected 0 positional arguments (reportCallIssue)
pyright (ubuntu-22.04, 3.11): src/boilerdata/models/params.py#L57
Expected 0 positional arguments (reportCallIssue)
pyright (ubuntu-22.04, 3.11): src/boilerdata/stages/__init__.py#L11
Import "boilercore.modelfun" could not be resolved (reportMissingImports)
pyright (ubuntu-22.04, 3.11): src/boilerdata/stages/__init__.py#L178
Cannot access attribute "model_params" for class "Fit"   Attribute "model_params" is unknown (reportAttributeAccessIssue)
pyright (ubuntu-22.04, 3.11): src/boilerdata/stages/__init__.py#L179
Cannot access attribute "model_errors" for class "Fit"   Attribute "model_errors" is unknown (reportAttributeAccessIssue)
pyright (ubuntu-22.04, 3.11): src/boilerdata/stages/pipeline.py#L161
The method "dict" in class "BaseModel" is deprecated   The `dict` method is deprecated; use `model_dump` instead. (reportDeprecated)
pyright (ubuntu-22.04, 3.11): tests/boilerdata_tests/conftest.py#L8
"filter_certain_warnings" is unknown import symbol (reportAttributeAccessIssue)
pyright (ubuntu-22.04, 3.11)
9 errors
test (macos-13, 3.11)
The job was canceled because "ubuntu-22_04_3_12" failed.
test (macos-13, 3.11)
The operation was canceled.
test (macos-13, 3.12)
The job was canceled because "ubuntu-22_04_3_12" failed.
test (macos-13, 3.12)
The operation was canceled.
Ruff (DOC201): docs/boilerdata_docs/__init__.py#L18
docs/boilerdata_docs/__init__.py:18:5: DOC201 `return` is not documented in docstring
Ruff (DOC501): docs/boilerdata_docs/__init__.py#L26
docs/boilerdata_docs/__init__.py:26:19: DOC501 Raised exception `RuntimeError` missing from docstring
Ruff (DOC201): docs/boilerdata_docs/__init__.py#L27
docs/boilerdata_docs/__init__.py:27:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L75
docs/boilerdata_docs/docstrings.py:75:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L80
docs/boilerdata_docs/docstrings.py:80:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L85
docs/boilerdata_docs/docstrings.py:85:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L99
docs/boilerdata_docs/docstrings.py:99:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L104
docs/boilerdata_docs/docstrings.py:104:5: DOC201 `return` is not documented in docstring
Ruff (DOC201): docs/boilerdata_docs/docstrings.py#L144
docs/boilerdata_docs/docstrings.py:144:5: DOC201 `return` is not documented in docstring
Ruff (DOC501): docs/boilerdata_docs/docstrings.py#L168
docs/boilerdata_docs/docstrings.py:168:15: DOC501 Raised exception `ValueError` missing from docstring
build-docs (ubuntu-22.04, 3.11)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
lock
6.02 KB