🛠️ Troubleshooting & FAQ¶
Missing routes after edge split¶
Update route files to reference new split edge IDs (e.g., ...#1a, ...#1b).
No edges.xml found after run¶
Ensure --edgedata-output edges.xml is set in SUMO command and OUTPUT_PREFIX/ points to a writable directory.
Analyzer outputs empty CSV¶
- Check
SIMULATION_BASE_DIRis set and reachable. - Verify per-run folders exist (
results{N}) and containlog_{N}.txtandedges.xml.
SUMO precision settings look odd¶
Confirm precision flags (e.g., --precision, --netstate-dump.precision) match your analysis needs.
Where to look up output fields?¶
See Output Files page and the SUMO docs linked there.