Commit 4a6e6f6
fix(ci): fix Format job failures from the small-world commit
Mark the two new Python scripts executable (both carry a shebang) and fix
ruff's N806 (uppercase locals in gen_small_world.py's build_map) and N811
(constant imported under a lowercase alias in verify_sim.py).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Af2qGVQQHArcTfQZvHA6aN
Signed-off-by: David Bensoussan <d.bensoussan@proton.me>1 parent 54a34bf commit 4a6e6f6
3 files changed
Lines changed: 11 additions & 9 deletions
File tree
- dc_demos/dc_demos
- dc_simulation/tools
- tools/sim/scripts
File mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
| 258 | + | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| |||
0 commit comments