feat: add ndarray/base/nullary-strided1d
#29329
lint_changed_files.yml
on: pull_request
Lint Changed Files
2m 53s
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
|