Skip to content

Fix C++ literal parser to match Python concore wire format #302

Fix C++ literal parser to match Python concore wire format

Fix C++ literal parser to match Python concore wire format #302

Triggered via pull request March 2, 2026 05:48
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
ruff (F841): tests/test_read_status.py#L126
tests/test_read_status.py:126:55: F841 Local variable `f` is assigned to but never used help: Remove assignment to unused variable `f`
ruff (F401): tests/test_read_status.py#L9
tests/test_read_status.py:9:17: F401 `numpy` imported but unused help: Remove unused import: `numpy`