feat: add aggregates to raw data and update Hydro matrices #9335
Annotations
10 errors
src/components/common/MatrixGrid/utils.test.ts > generateTimeSeriesColumns > generates columns with default options:
webapp/src/components/common/MatrixGrid/utils.test.ts#L101
AssertionError: expected [ { id: 'data1', …(5) }, …(2) ] to deeply equal [ { id: 'data1', …(5) }, …(2) ]
- Expected
+ Received
Array [
Object {
"editable": true,
"id": "data1",
"style": "normal",
"title": "TS 1",
"type": "number",
- "width": 50,
+ "width": undefined,
},
Object {
"editable": true,
"id": "data2",
"style": "normal",
"title": "TS 2",
"type": "number",
- "width": 50,
+ "width": undefined,
},
Object {
"editable": true,
"id": "data3",
"style": "normal",
"title": "TS 3",
"type": "number",
- "width": 50,
+ "width": undefined,
},
]
❯ src/components/common/MatrixGrid/utils.test.ts:101:20
|
npm-test
Process completed with exit code 1.
|
npm-build
Argument of type 'Record<string, number[]> | undefined' is not assignable to parameter of type 'MatrixAggregates | undefined'.
|
npm-build
Expected 5-9 arguments, but got 4.
|
npm-build
Process completed with exit code 2.
|
npm-lint
Argument of type 'Record<string, number[]> | undefined' is not assignable to parameter of type 'MatrixAggregates | undefined'.
|
npm-lint
Expected 5-9 arguments, but got 4.
|
npm-lint
Process completed with exit code 2.
|
python-lint
Process completed with exit code 1.
|
python-test (windows-latest)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
python-code-coverage-report
Expired
|
46.5 KB |
|