File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<details >
14
14
15
+ - [ ` 32bbcb3 ` ] ( https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee ) - ** refactor:** update paths _ (by Athan Reines)_
15
16
- [ ` ed9c0a5 ` ] ( https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e ) - ** refactor:** update paths _ (by Athan Reines)_
16
17
17
18
</details >
Original file line number Diff line number Diff line change 48
48
"@stdlib/assert-is-nonnegative-integer" : " ^0.2.1" ,
49
49
"@stdlib/assert-is-positive-integer" : " ^0.2.1" ,
50
50
"@stdlib/complex-float64-imag" : " github:stdlib-js/complex-float64-imag#main" ,
51
- "@stdlib/complex-real" : " ^0.2.1 " ,
51
+ "@stdlib/complex-float64- real" : " github:stdlib-js/complex-float64-real#main " ,
52
52
"@stdlib/math-base-special-pow" : " ^0.2.1" ,
53
53
"@stdlib/random-array-bernoulli" : " ^0.2.1" ,
54
54
"@stdlib/random-array-discrete-uniform" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var tape = require( 'tape' );
24
24
var Complex128Array = require ( '@stdlib/array-complex128' ) ;
25
25
var Int32Array = require ( '@stdlib/array-int32' ) ;
26
26
var toAccessorArray = require ( '@stdlib/array-base-to-accessor-array' ) ;
27
- var real = require ( '@stdlib/complex-real' ) ;
27
+ var real = require ( '@stdlib/complex-float64- real' ) ;
28
28
var imag = require ( '@stdlib/complex-float64-imag' ) ;
29
29
var countIf = require ( './../lib' ) ;
30
30
You can’t perform that action at this time.
0 commit comments