Skip to content

feat: Attempt to add awkward's own low-level DAG at the buffer level #3302

feat: Attempt to add awkward's own low-level DAG at the buffer level

feat: Attempt to add awkward's own low-level DAG at the buffer level #3302

Triggered via pull request January 16, 2025 16:54
Status Failure
Total duration 48s
Artifacts

lint.yml

on: pull_request
Run PyLint
33s
Run PyLint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Run PyLint: src/awkward/tracing/interpreter.py#L39
Using variable 'ArrayLike' before assignment
Run PyLint
Process completed with exit code 1.
Run PyLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run PyLint: src/awkward/_nplikes/numpy.py#L20
Useless suppression of 'too-many-ancestors'
Run PyLint: src/awkward/_nplikes/jax.py#L14
Useless suppression of 'too-many-ancestors'
Run PyLint: src/awkward/_nplikes/cupy.py#L20
Useless suppression of 'too-many-ancestors'
Run PyLint: src/awkward/tracing/interpreter.py#L98
Boolean condition 'False and level > lifetimes[key]' will always evaluate to 'False'
Run PyLint: src/awkward/tracing/core.py#L123
Boolean condition 'False and second_to_last_trace.out_arrays == last_trace.in_arrays' will always evaluate to 'False'
Run PyLint: src/awkward/tracing/core.py#L184
Global variable 'trace_stack' undefined at the module level