feat: enable FFT for xHilbertTransform to enhance speed for arrays with lengths that are powers of 2 #626
Annotations
7 errors
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L13
No overload matches this call.
|
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L28
No overload matches this call.
|
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L45
Argument of type 'Float64Array' is not assignable to parameter of type 'number[]'.
|
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L47
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ re: Float64Array; im: Float64Array; }'.
|
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L58
Argument of type 'Float64Array' is not assignable to parameter of type 'number[]'.
|
Check types:
src/x/__tests__/xHilbertTransform.test.ts#L60
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ re: Float64Array; im: Float64Array; }'.
|
Check types
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading