File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212
1313<details >
1414
15+ - [ ` 32bbcb3 ` ] ( https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee ) - ** refactor:** update paths _ (by Athan Reines)_
1516- [ ` ed9c0a5 ` ] ( https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e ) - ** refactor:** update paths _ (by Athan Reines)_
1617
1718</details >
Original file line number Diff line number Diff line change 4848 "@stdlib/assert-is-nonnegative-integer" : " ^0.2.1" ,
4949 "@stdlib/assert-is-positive-integer" : " ^0.2.1" ,
5050 "@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 " ,
5252 "@stdlib/math-base-special-pow" : " ^0.2.1" ,
5353 "@stdlib/random-array-bernoulli" : " ^0.2.1" ,
5454 "@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' );
2424var Complex128Array = require ( '@stdlib/array-complex128' ) ;
2525var Int32Array = require ( '@stdlib/array-int32' ) ;
2626var toAccessorArray = require ( '@stdlib/array-base-to-accessor-array' ) ;
27- var real = require ( '@stdlib/complex-real' ) ;
27+ var real = require ( '@stdlib/complex-float64- real' ) ;
2828var imag = require ( '@stdlib/complex-float64-imag' ) ;
2929var countIf = require ( './../lib' ) ;
3030
You can’t perform that action at this time.
0 commit comments