Skip to content

[WIP] Cookie

[WIP] Cookie #15

Triggered via pull request November 21, 2024 21:53
Status Failure
Total duration 9m 0s
Artifacts

ci.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 10 warnings, and 10 notices
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L34
function already defined line 13
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L38
function already defined line 13
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L42
function already defined line 13
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L46
function already defined line 13
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L50
function already defined line 13
E0102: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L54
function already defined line 13
Check Python 3.10 on macos-14
Process completed with exit code 4.
Check Python 3.12 on macos-14
Process completed with exit code 4.
Check Python 3.10 on ubuntu-latest
Process completed with exit code 4.
Check Python 3.12 on ubuntu-latest
Process completed with exit code 4.
Check Python pypy-3.10 on ubuntu-latest
Process completed with exit code 1.
Check Python 3.10 on windows-latest
Process completed with exit code 1.
Check Python 3.12 on windows-latest
Process completed with exit code 1.
W0105: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L16
String statement has no effect
W0612: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L136
Unused variable 'head_path'
W0612: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L175
Unused variable 'temp_head'
W0707: .nox/pylint/lib/python3.10/site-packages/HARK/econforgeinterp.py#L52
Consider explicitly re-raising using 'except KeyError as exc' and 'raise KeyError('extrap_mode must be one of "linear", "nearest", or "costant"') from exc'
W0707: .nox/pylint/lib/python3.10/site-packages/HARK/econforgeinterp.py#L245
Consider explicitly re-raising using 'except KeyError as exc' and 'raise KeyError('extrap_method must be one of "decay_prop", "decay_hark", or "paste"') from exc'
W0212: .nox/pylint/lib/python3.10/site-packages/HARK/econforgeinterp.py#L322
Access to a protected member _eval_and_grad of a client class
W0621: .nox/pylint/lib/python3.10/site-packages/HARK/estimation.py#L361
Redefining name 'fmin' from outer scope (line 14)
W1514: .nox/pylint/lib/python3.10/site-packages/HARK/estimation.py#L527
Using open without explicitly specifying an encoding
C0103: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L1
Module name "HARK" doesn't conform to snake_case naming style
C0411: .nox/pylint/lib/python3.10/site-packages/HARK/__init__.py#L25
standard import "logging" should be placed before local imports "_version.version", "core.*"
C1802: .nox/pylint/lib/python3.10/site-packages/HARK/validators.py#L22
Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty
C0209: .nox/pylint/lib/python3.10/site-packages/HARK/validators.py#L24
Formatting a regular string which could be an f-string
R1705: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L33
Unnecessary "elif" after "return", remove the leading "el" from "elif"
R1714: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L33
Consider merging these comparisons with 'in' by using 'target_path in ('q', 'Q')'. Use a set instead if elements are hashable.
R1714: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L64
Consider merging these comparisons with 'in' by using 'user_input in ('y', 'Y')'. Use a set instead if elements are hashable.
C0103: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L101
Variable name "home_directory_RAW" doesn't conform to snake_case naming style
R1714: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L164
Consider merging these comparisons with 'in' by using 'target_path in ('n', 'N')'. Use a set instead if elements are hashable.
R1714: .nox/pylint/lib/python3.10/site-packages/HARK/helpers.py#L179
Consider merging these comparisons with 'in' by using 'target_path in ('y', 'Y')'. Use a set instead if elements are hashable.