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 1829650 commit dcfeda4Copy full SHA for dcfeda4
lib/node_modules/@stdlib/ndarray/base/binary-output-dtype/test/test.js
@@ -608,7 +608,7 @@ tape( 'the function resolves an output data type (policy=complex_floating_point)
608
dt = defaults.get( 'dtypes.complex_floating_point' );
609
expected = [
610
dt,
611
- dt,
+ 'complex64',
612
613
614
@@ -651,7 +651,7 @@ tape( 'the function resolves an output data type (policy=complex_floating_point_
651
652
653
654
655
656
657
'generic',
0 commit comments