We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0d799 commit e95d3daCopy full SHA for e95d3da
lib/node_modules/@stdlib/ndarray/base/includes/test/test.js
@@ -42,7 +42,7 @@ tape( 'the function returns `false` if the input is an empty ndarray', function
42
43
x = ndarray( 'float64', oneTo( 8, 'float64' ), [ 0 ], [ 1 ], 0, 'row-major' );
44
45
- v = scalar2ndarray( 9, {
+ v = scalar2ndarray( 1.0, {
46
'dtype': 'float64'
47
});
48
actual = includes( [ x, v ] );
0 commit comments