feat: add ndarray/concat
#29757
lint_changed_files.yml
on: pull_request
Lint Changed Files
2m 33s
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.
|