Skip to content

Split case study chunks #3385

Split case study chunks

Split case study chunks #3385

Triggered via push February 4, 2025 13:08
Status Failure
Total duration 1m 7s
Artifacts

build.yml

on: push
build  /  Node
57s
build / Node
build  /  Python
29s
build / Python
build  /  Node, Python, Cypress
0s
build / Node, Python, Cypress
build  /  Node, Python, Playwright
0s
build / Node, Python, Playwright
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build / Node: src/demo/FlameTree/FlameTree.tsx#L283
Operator '<' cannot be applied to types 'unknown' and 'number'.
build / Node: src/demo/MainApp.tsx#L131
Property 'calculateBinValues' is missing in type '{ bins: Record<string, FlameBin<{ value: number; uncertainty: number; }>>; definitions: CategoricalParameterColumn[]; layering: string[]; setLayering: Dispatch<...>; experiments: { ...; }[]; colorScale: (item: { ...; }) => any; experimentsColorScale: (item: Row) => any; }' but required in type 'FlameTreeProps<{ value: number; uncertainty: number; }>'.
build / Node: src/demo/MainApp.tsx#L165
Type '{ key: string; domain: number[]; type: "categorical"; }' is not assignable to type 'ParameterColumn'.
build / Node: src/demo/MainApp.tsx#L171
Type '{ key: string; domain: number[]; type: "categorical"; }' is not assignable to type 'ParameterColumn'.
build / Node: src/demo/MainApp.tsx#L277
Property 'calculateBinValues' is missing in type '{ bins: Record<string, FlameBin<{ value: number; uncertainty: number; }>>; definitions: ParameterColumn[]; layering: string[]; setLayering: Dispatch<SetStateAction<string[]>>; experiments: { ...; }[]; colorScale: (item: { ...; }) => any; experimentsColorScale: (item: Row) => any; }' but required in type 'FlameTreeProps<{ value: number; uncertainty: number; }>'.
build / Node
Process completed with exit code 1.