feat: add new matrix addition method and improve performance of mmul and kroneckerProduct method #26
nodejs.yml
on: pull_request
nodejs
/
prepare
3s
nodejs
/
lint-eslint
31s
nodejs
/
lint-prettier
25s
nodejs
/
lint-check-types
31s
nodejs
/
test-package
27s
Matrix: nodejs / test
Annotations
8 errors and 6 warnings
|
nodejs / lint-prettier
Process completed with exit code 1.
|
|
nodejs / lint-eslint
Process completed with exit code 1.
|
|
nodejs / lint-eslint:
src/index.js#L1501
'prev' is assigned a value but never used
|
|
nodejs / lint-eslint:
benchmark/benchmarkMitata.js#L1
Identifier 'do_not_optimize' is not in camel case
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L23
Unexpected unnamed generator function
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L13
Unexpected unnamed generator function
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L5
Expected 1 empty line after import statement not followed by another import
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L1
Identifier 'do_not_optimize' is not in camel case
|
|
nodejs / lint-eslint:
src/__tests__/getNonZeros.test.js#L1
There should be at least one empty line between import groups
|
|
nodejs / lint-eslint:
benchmark/benchmarkMitata.js#L2
There should be at least one empty line between import groups
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L3
`ml-spectra-processing` import should occur before import of `../src/index.js`
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L3
There should be at least one empty line between import groups
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L2
There should be at least one empty line between import groups
|
|
nodejs / lint-eslint:
benchmark/benchmarkLinePlot.js#L1
There should be at least one empty line between import groups
|