fix(xWhittakerSmoother): use correct name to whittaker smoother #939
nodejs.yml
on: pull_request
nodejs
/
prepare
4s
nodejs
/
lint-eslint
46s
nodejs
/
lint-prettier
31s
nodejs
/
lint-check-types
33s
nodejs
/
test-package
37s
Matrix: nodejs / test
Annotations
12 errors and 10 warnings
|
nodejs / lint-check-types
Process completed with exit code 2.
|
|
nodejs / lint-check-types:
src/x/xWhittakerSmoother.ts#L99
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'number[] | Float64Array<ArrayBuffer> | Int8Array<ArrayBuffer> | Uint8Array<ArrayBuffer> | Uint8ClampedArray<...> | ... 4 more ... | Float32Array<...>'.
|
|
nodejs / lint-check-types:
src/reim/reimFFT.ts#L40
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'Float64Array<ArrayBuffer>'.
|
|
nodejs / lint-check-types:
src/reim/reimFFT.ts#L36
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'Float64Array<ArrayBuffer>'.
|
|
nodejs / test-package
The process '/opt/hostedtoolcache/node/22.17.1/x64/bin/npm' failed with exit code 2
|
|
nodejs / test-package:
src/x/xWhittakerSmoother.ts#L99
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'number[] | Float64Array<ArrayBuffer> | Int8Array<ArrayBuffer> | Uint8Array<ArrayBuffer> | Uint8ClampedArray<...> | ... 4 more ... | Float32Array<...>'.
|
|
nodejs / test-package:
src/reim/reimFFT.ts#L40
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'Float64Array<ArrayBuffer>'.
|
|
nodejs / test-package:
src/reim/reimFFT.ts#L36
Type 'Float64Array<ArrayBufferLike>' is not assignable to type 'Float64Array<ArrayBuffer>'.
|
|
nodejs / lint-eslint
Process completed with exit code 1.
|
|
nodejs / lint-eslint:
src/x/xSubtract.ts#L22
Passing a number to Number() does not change the type or value of the number
|
|
nodejs / lint-eslint:
src/x/xMultiply.ts#L32
Passing a number to Number() does not change the type or value of the number
|
|
nodejs / lint-eslint:
src/x/xDivide.ts#L30
Passing a number to Number() does not change the type or value of the number
|
|
nodejs / lint-eslint:
src/matrix/matrixCreateEmpty.ts#L32
Missing JSDoc @returns declaration
|
|
nodejs / lint-eslint:
src/matrix/matrixColumnsCorrelation.ts#L6
Missing JSDoc @returns declaration
|
|
nodejs / lint-eslint:
src/matrix/matrixClone.ts#L3
Missing JSDoc @param "matrix" description
|
|
nodejs / lint-eslint:
src/matrix/matrixClone.ts#L1
Missing JSDoc @returns declaration
|
|
nodejs / lint-eslint:
src/matrix/matrixCheck.ts#L3
Missing JSDoc comment
|
|
nodejs / lint-eslint:
src/matrix/matrixCenterZMean.ts#L5
Missing JSDoc @returns declaration
|
|
nodejs / lint-eslint:
src/matrix/matrixBoxPlot.ts#L13
Missing JSDoc comment
|
|
nodejs / lint-eslint:
src/matrix/matrixAutoCorrelation.ts#L4
Missing JSDoc comment
|
|
nodejs / lint-eslint:
src/matrix/matrixAbsoluteMedian.ts#L6
Missing JSDoc @param "matrix" description
|
|
nodejs / lint-eslint:
src/matrix/matrixAbsoluteMedian.ts#L4
Missing JSDoc @returns declaration
|