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 2f6914b commit d480d95Copy full SHA for d480d95
lib/node_modules/@stdlib/ndarray/base/includes/test/test.3d.js
@@ -261,7 +261,7 @@ tape( 'the function tests whether a 3-dimensional ndarray contains a specified v
261
262
x = ndarray( dt, oneTo( numel( sh )*2, dt ), sh, st, o, ord );
263
264
- v = scalar2ndarray( -1.0, {
+ v = scalar2ndarray( 8.0, {
265
'dtype': 'float64'
266
});
267
actual = includes( [ x, v ] );
@@ -297,7 +297,7 @@ tape( 'the function tests whether a 3-dimensional ndarray contains a specified v
297
298
299
300
301
302
303
@@ -333,7 +333,7 @@ tape( 'the function tests whether a 3-dimensional ndarray contains a specified v
333
334
335
336
337
338
339
0 commit comments