Skip to content

Fpop support for CP2K #255

Fpop support for CP2K

Fpop support for CP2K #255

Re-run triggered June 27, 2024 07:17
Status Failure
Total duration 9m 54s
Artifacts

pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
pyright: fpop/cp2k.py#L74
Method "prep_task" overrides class "PrepFp" in an incompatible manner   Parameter 3 name mismatch: base parameter is named "inputs", override parameter is named "cp2k_inputs" (reportIncompatibleMethodOverride)
pyright: fpop/cp2k.py#L191
Argument of type "bool" cannot be assigned to parameter "input" of type "str | None" in function "run_command"   Type "bool" is incompatible with type "str | None"     "bool" is incompatible with "str"     "bool" is incompatible with "None" (reportArgumentType)
pyright
2 errors
pyright
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pyright: tests/test_prep_run_vasp.py#L94
Expression value is unused (reportUnusedExpression)
pyright: tests/test_run_abacus.py#L5
Import "mock" could not be resolved from source (reportMissingModuleSource)
pyright: tests/test_run_abacus.py#L5
Import "mock.mock" could not be resolved from source (reportMissingModuleSource)
pyright: tests/test_run_cp2k.py#L5
Import "mock" could not be resolved from source (reportMissingModuleSource)
pyright: tests/test_run_cp2k.py#L5
Import "mock.mock" could not be resolved from source (reportMissingModuleSource)
pyright: tests/test_run_vasp.py#L5
Import "mock" could not be resolved from source (reportMissingModuleSource)
pyright: tests/test_run_vasp.py#L5
Import "mock.mock" could not be resolved from source (reportMissingModuleSource)