fix: Fix syntax errors, wire config-driven simulation in run.py, and correct fault-rate/availability KPI bugs

This commit is contained in:
2026-07-28 14:32:53 +02:00
parent 36a875b115
commit b10c5bdbef
15 changed files with 268 additions and 29 deletions

View File

@@ -110,7 +110,7 @@ pip install -r requirements.txt
## Configuration
The entire plant is described in `config/plant.json`. No code changes are needed to resize or reconfigure the plant.
The entire plant is described in `pv_simulator/config/plant.json`. No code changes are needed to resize or reconfigure the plant.
```json
{
@@ -289,7 +289,7 @@ Each simulation timestep produces records at every level of the hierarchy.
## Simulation Pipeline
```
config/plant.json
pv_simulator/config/plant.json
PVPlant (built from config)