Skip to content

improve reimautophasecorrection by removing outliers #655

improve reimautophasecorrection by removing outliers

improve reimautophasecorrection by removing outliers #655

Triggered via pull request December 3, 2023 00:55
Status Success
Total duration 1m 31s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  prepare
5s
nodejs / prepare
nodejs  /  lint-eslint
44s
nodejs / lint-eslint
nodejs  /  lint-prettier
33s
nodejs / lint-prettier
nodejs  /  lint-check-types
40s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nodejs / lint-eslint: src/matrix/matrixClone.ts#L4
Unexpected any. Specify a different type
nodejs / lint-eslint: src/matrix/matrixClone.ts#L4
Unexpected any. Specify a different type
nodejs / lint-eslint: src/matrix/matrixCreateEmpty.ts#L24
Unexpected any. Specify a different type
nodejs / lint-eslint: src/matrix/matrixZPivotRescale.ts#L23
Unexpected any. Specify a different type
nodejs / lint-eslint: src/matrix/matrixZRescale.ts#L28
Unexpected any. Specify a different type
nodejs / lint-eslint: src/reim/__tests__/reimAutoPhaseCorrection.test.ts#L1
There should be at least one empty line between import groups
nodejs / lint-eslint: src/reim/__tests__/reimAutoPhaseCorrection.test.ts#L2
`path` import should occur before import of `../reimAutoPhaseCorrection`
nodejs / lint-eslint: src/reim/__tests__/reimAutoPhaseCorrection.test.ts#L3
There should be at least one empty line between import groups
nodejs / lint-eslint: src/reim/__tests__/reimAutoPhaseCorrection.test.ts#L3
`node:fs` import should occur before import of `../reimAutoPhaseCorrection`
nodejs / lint-eslint: src/utils/createFromToArray.ts#L7
Function 'createFromToArray' has too many lines (65). Maximum allowed is 60