| 1 | prompt = "render.py produces nonsense heights: geometry.py speaks degrees while render.py feeds the value straight into math.sin, which expects radians. Fix the unit mismatch; elevation_deg() must keep returning degrees." |
| 2 | class = "multi-file-bugfix" |
| 3 | max_steps = 15 |
| 4 | timeout_sec = 240 |
| 5 |