Skip to content

Sort compounds in barchart #524

Sort compounds in barchart

Sort compounds in barchart #524

Triggered via pull request September 30, 2025 08:04
@haraldeharalde
synchronize #508
sortgraph
Status Failure
Total duration 41s
Artifacts

javascript.yaml

on: pull_request
build-and-test
37s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
build-and-test
Process completed with exit code 1.
tests/components/LabResultPlot.test.tsx > LabResultsPlot Component > passes correct data to BarChart component: frontend/tests/components/LabResultPlot.test.tsx#L72
AssertionError: expected { label: 'Experiment 1', …(1) } to deeply equal { label: 'Experiment 1', …(1) } - Expected + Received { "data": [ { + "x": "CH4", + "y": 0.1, + }, + { "x": "CO2", "y": 0.4, }, { "x": "H2O", "y": 0.4, - }, - { - "x": "CH4", - "y": 0.1, }, ], "label": "Experiment 1", } ❯ tests/components/LabResultPlot.test.tsx:72:30
build-and-test: frontend/src/contexts/SimulationContext.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: frontend/src/contexts/SettingsContext.tsx#L97
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: frontend/src/contexts/SettingsContext.tsx#L63
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
build-and-test: frontend/src/contexts/SettingsContext.tsx#L52
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: frontend/src/contexts/ModelContext.tsx#L41
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: frontend/src/components/MassBalanceError.tsx#L101
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: frontend/src/components/MassBalanceError.tsx#L50
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components