Skip to content

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

fix(xWhittakerSmoother): use correct name to whittaker smoother

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

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

nodejs.yml

on: pull_request
nodejs  /  prepare
6s
nodejs / prepare
nodejs  /  lint-eslint
43s
nodejs / lint-eslint
nodejs  /  lint-prettier
34s
nodejs / lint-prettier
nodejs  /  lint-check-types
35s
nodejs / lint-check-types
nodejs  /  test-package
34s
nodejs / test-package
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
nodejs / test-package
The process '/opt/hostedtoolcache/node/22.17.1/x64/bin/npm' failed with exit code 2
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-check-types
Process completed with exit code 2.
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 / 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