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 b3d1a15 commit 909964fCopy full SHA for 909964f
2 files changed
lib/node_modules/@stdlib/stats/base/ndarray/dmin/benchmark/benchmark.js
@@ -27,7 +27,7 @@ var pow = require( '@stdlib/math/base/special/pow' );
27
var ndarray = require( '@stdlib/ndarray/base/ctor' );
28
var format = require( '@stdlib/string/format' );
29
var pkg = require( './../package.json' ).name;
30
-var dmin = require( './../lib' );
+var dmin = require( './../lib/main.js' );
31
32
33
// VARIABLES //
lib/node_modules/@stdlib/stats/base/ndarray/dmin/test/test.js
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2025 The Stdlib Authors.
+* Copyright (c) 2026 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.
0 commit comments