Commit e404b8b
Fix mandelbrot() arg order in CI smoke test
Signature is (ctx, width, height, x_min, x_max, y_min, y_max, max_iter);
the smoke test had coordinates before dimensions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 00c11f3 commit e404b8b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments