feat: add matrixGetSubMatrix function #810
nodejs.yml
on: pull_request
nodejs
/
prepare
3s
nodejs
/
lint-eslint
48s
nodejs
/
lint-prettier
38s
nodejs
/
lint-check-types
37s
Matrix: nodejs / test
Annotations
22 errors and 10 warnings
nodejs / lint-check-types:
src/matrix/__tests__/matrixCheckRanges.test.ts#L3
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixCheckRanges.test.ts#L4
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixCheckRanges.test.ts#L20
Cannot find name 'expect'.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixCheckRanges.test.ts#L23
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixCheckRanges.test.ts#L40
Cannot find name 'expect'.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L3
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L10
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L20
Cannot find name 'expect'.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L23
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
nodejs / lint-check-types:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L31
Cannot find name 'expect'.
|
src/__tests__/index.test.ts > test existence of exported functions:
src/__tests__/index.test.ts#L7
Error: Snapshot `test existence of exported functions 1` mismatched
- Expected
+ Received
@@ -136,10 +136,11 @@
"matrixCenterZMean",
"matrixCheck",
"matrixClone",
"matrixColumnsCorrelation",
"matrixCreateEmpty",
+ "matrixGetSubMatrix",
"matrixHistogram",
"matrixMaxAbsoluteZ",
"matrixMedian",
"matrixMinMaxAbsoluteZ",
"matrixMinMaxZ",
@@ -150,11 +151,10 @@
"matrixSetSubMatrix",
"matrixToArray",
"matrixZPivotRescale",
"matrixZRescale",
"matrixZRescalePerColumn",
- "matrixGetSubMatrix",
"createNumberArray",
"createDoubleArray",
"createFromToArray",
"createRandomArray",
"createStepArray",
❯ src/__tests__/index.test.ts:7:19
|
src/matrix/__tests__/matrixCheckRanges.test.ts:
src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
|
src/matrix/__tests__/matrixGetSubMatrix.test.ts:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:3:1
|
nodejs / test (22)
Process completed with exit code 1.
|
src/__tests__/index.test.ts > test existence of exported functions:
src/__tests__/index.test.ts#L7
Error: Snapshot `test existence of exported functions 1` mismatched
- Expected
+ Received
@@ -136,10 +136,11 @@
"matrixCenterZMean",
"matrixCheck",
"matrixClone",
"matrixColumnsCorrelation",
"matrixCreateEmpty",
+ "matrixGetSubMatrix",
"matrixHistogram",
"matrixMaxAbsoluteZ",
"matrixMedian",
"matrixMinMaxAbsoluteZ",
"matrixMinMaxZ",
@@ -150,11 +151,10 @@
"matrixSetSubMatrix",
"matrixToArray",
"matrixZPivotRescale",
"matrixZRescale",
"matrixZRescalePerColumn",
- "matrixGetSubMatrix",
"createNumberArray",
"createDoubleArray",
"createFromToArray",
"createRandomArray",
"createStepArray",
❯ src/__tests__/index.test.ts:7:19
|
src/matrix/__tests__/matrixCheckRanges.test.ts:
src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
|
src/matrix/__tests__/matrixGetSubMatrix.test.ts:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:3:1
|
nodejs / test (20)
Process completed with exit code 1.
|
src/__tests__/index.test.ts > test existence of exported functions:
src/__tests__/index.test.ts#L7
Error: Snapshot `test existence of exported functions 1` mismatched
- Expected
+ Received
@@ -136,10 +136,11 @@
"matrixCenterZMean",
"matrixCheck",
"matrixClone",
"matrixColumnsCorrelation",
"matrixCreateEmpty",
+ "matrixGetSubMatrix",
"matrixHistogram",
"matrixMaxAbsoluteZ",
"matrixMedian",
"matrixMinMaxAbsoluteZ",
"matrixMinMaxZ",
@@ -150,11 +151,10 @@
"matrixSetSubMatrix",
"matrixToArray",
"matrixZPivotRescale",
"matrixZRescale",
"matrixZRescalePerColumn",
- "matrixGetSubMatrix",
"createNumberArray",
"createDoubleArray",
"createFromToArray",
"createRandomArray",
"createStepArray",
❯ src/__tests__/index.test.ts:7:19
|
src/matrix/__tests__/matrixCheckRanges.test.ts:
src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
|
src/matrix/__tests__/matrixGetSubMatrix.test.ts:
src/matrix/__tests__/matrixGetSubMatrix.test.ts#L3
ReferenceError: describe is not defined
❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:3:1
|
nodejs / test (18)
Process completed with exit code 1.
|
nodejs / lint-eslint:
src/matrix/matrixAbsoluteMedian.ts#L4
Missing JSDoc @returns declaration
|
nodejs / lint-eslint:
src/matrix/matrixAbsoluteMedian.ts#L6
Missing JSDoc @param "matrix" description
|
nodejs / lint-eslint:
src/matrix/matrixAutoCorrelation.ts#L4
Missing JSDoc comment
|
nodejs / lint-eslint:
src/matrix/matrixBoxPlot.ts#L13
Missing JSDoc comment
|
nodejs / lint-eslint:
src/matrix/matrixCenterZMean.ts#L5
Missing JSDoc @returns declaration
|
nodejs / lint-eslint:
src/matrix/matrixCheck.ts#L3
Missing JSDoc comment
|
nodejs / lint-eslint:
src/matrix/matrixCheckRanges.ts#L3
Missing JSDoc comment
|
nodejs / lint-eslint:
src/matrix/matrixClone.ts#L1
Missing JSDoc @returns declaration
|
nodejs / lint-eslint:
src/matrix/matrixClone.ts#L3
Missing JSDoc @param "matrix" description
|
nodejs / lint-eslint:
src/matrix/matrixColumnsCorrelation.ts#L6
Missing JSDoc @returns declaration
|