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 bf57f65 commit f83bf2aCopy full SHA for f83bf2a
lib/node_modules/@stdlib/stats/base/nanmskmin/test/test.nanmskmin.js
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2020 The Stdlib Authors.
+* Copyright (c) 2025 The Stdlib Authors.
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' );
26
var Float64Array = require( '@stdlib/array/float64' );
27
var Uint8Array = require( '@stdlib/array/uint8' );
28
var nanmskmin = require( './../lib/nanmskmin.js' );
29
-
+var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
30
31
// TESTS //
32
0 commit comments