Skip to content

fix(xWhittakerSmoother): use correct name to whittaker smoother #939

fix(xWhittakerSmoother): use correct name to whittaker smoother

fix(xWhittakerSmoother): use correct name to whittaker smoother #939

Triggered via pull request August 5, 2025 19:24
Status Failure
Total duration 1m 22s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  prepare
4s
nodejs / prepare
nodejs  /  lint-eslint
46s
nodejs / lint-eslint
nodejs  /  lint-prettier
31s
nodejs / lint-prettier
nodejs  /  lint-check-types
33s
nodejs / lint-check-types
nodejs  /  test-package
37s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

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/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