Skip to content

feat: add ndarray/concat #29757

feat: add ndarray/concat

feat: add ndarray/concat #29757

Triggered via pull request September 8, 2025 15:57
Status Failure
Total duration 2m 36s
Artifacts

lint_changed_files.yml

on: pull_request
Lint Changed Files
2m 33s
Lint Changed Files
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Lint Changed Files
Process completed with exit code 2.
Lint Changed Files: lib/node_modules/@stdlib/ndarray/concat/lib/index.js#L21
Displayed return value is `[ [ -1.0, 2.0, -5.0, 6.0, 7.0 ], [ -3.0, 4.0, 8.0, 9.0, 10.0 ] ]`, but expected `[ [ -1, 2, ..., 6, -7 ], [ -3, 4, ..., -9, 10 ] ]` instead
Lint Changed Files
Process completed with exit code 1.
Lint Changed Files: lib/node_modules/@stdlib/ndarray/concat/lib/assign.js#L23
Identifier name 'broadcastArrayExceptDimensions' is too long (> 25)
Lint Changed Files
Cache save failed.