Skip to content

feat: add ndarray/concat #29749

feat: add ndarray/concat

feat: add ndarray/concat #29749

Triggered via pull request September 8, 2025 08:04
Status Failure
Total duration 1m 24s
Artifacts

lint_changed_files.yml

on: pull_request
Lint Changed Files
1m 20s
Lint Changed Files
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
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)