Skip to content

feat: add ndarray/base/nullary-strided1d #29329

feat: add ndarray/base/nullary-strided1d

feat: add ndarray/base/nullary-strided1d #29329

Triggered via pull request August 29, 2025 10:57
Status Failure
Total duration 2m 57s
Artifacts

lint_changed_files.yml

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

Annotations

3 errors
Lint Changed Files
Process completed with exit code 2.
Lint Changed Files: lib/node_modules/@stdlib/ndarray/base/nullary-strided1d/lib/index.js#L21
Encountered an error while running code: invalid argument. Array arguments after the first array must have the same number of loop dimensions. Input array shape: [1,3,2,2]. Number of loop dimensions: 2. Array shape: [] (index: 1)
Lint Changed Files: lib/node_modules/@stdlib/ndarray/base/nullary-strided1d/lib/index.js#L21
Displayed return value is `[ [ [ [ 1.0, 3.0 ], [ 6.0, 10.0 ] ], [ [ 5.0, 11.0 ], [ 18.0, 26.0 ] ], [ [ 9.0, 19.0 ], [ 30.0, 42.0 ] ] ] ]`, but expected `[ [ [ [ 9, 10 ], [ 11, 12 ] ], [ [ 5, 6 ], [ 7, 8 ] ], [ [ 1, 2 ], [ 3, 4 ] ] ] ]` instead