@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 54/54 </ span >
28+ < span class ='fraction '> 55/55 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 54/54 </ span >
49+ < span class ='fraction '> 55/55 </ span >
5050 </ div >
5151
5252
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
5757 < template id ="filterTemplate ">
5858 < div class ="quiet ">
5959 Filter:
60- < input oninput =" onInput() " type ="search " id ="fileSearch ">
60+ < input type ="search " id ="fileSearch ">
6161 </ div >
6262 </ template >
6363 </ div >
@@ -117,7 +117,9 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
117117< a name ='L52 '> </ a > < a href ='#L52 '> 52</ a >
118118< a name ='L53 '> </ a > < a href ='#L53 '> 53</ a >
119119< a name ='L54 '> </ a > < a href ='#L54 '> 54</ a >
120- < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
120+ < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a >
121+ < a name ='L56 '> </ a > < a href ='#L56 '> 56</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
122+ < span class ="cline-any cline-yes "> 1x</ span >
121123< span class ="cline-any cline-yes "> 1x</ span >
122124< span class ="cline-any cline-yes "> 1x</ span >
123125< span class ="cline-any cline-yes "> 1x</ span >
@@ -194,6 +196,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
194196// MODULES //
195197
196198var isndarrayLike = require( '@stdlib/assert/is-ndarray-like' );
199+ var getDType = require( '@stdlib/ndarray/base/dtype' );
197200
198201
199202// MAIN //
@@ -218,7 +221,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
218221* // returns false
219222*/
220223function isComplex128ndarrayLike( v ) {
221- return ( isndarrayLike( v ) && v.dtype === 'complex128' );
224+ return ( isndarrayLike( v ) && getDType( v ) === 'complex128' );
222225}
223226
224227
@@ -232,7 +235,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
232235 < div class ='footer quiet pad2 space-top1 center small '>
233236 Code coverage generated by
234237 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
235- at 2023-12-12T02:52:36.765Z
238+ at 2025-09-18T08:33:59.406Z
236239 </ div >
237240 < script src ="../../../prettify.js "> </ script >
238241 < script >
0 commit comments