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 f48b6e0 commit c538e02Copy full SHA for c538e02
lib/node_modules/@stdlib/stats/array/range-by/test/test.js
@@ -259,7 +259,7 @@ tape( 'the function supports providing a callback execution context (accessors)'
259
this.count += 1; // eslint-disable-line no-invalid-this
260
indices.push( idx );
261
values.push( v );
262
- arrays.push( arr.data );
+ arrays.push( arr );
263
return v * 2.0;
264
}
265
});
0 commit comments