The GitHub Actions job "Required Checks" on texera.git/fix-contour-grid-size 
has succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
75f90c6a5ae6ebac3ae8465b6f28b8c3ffa4ec92 / kary zheng <[email protected]>
fix(contour-plot): plot at the default grid size when the field is left alone

Grid Size is declared optional and the form shows a default of 10, but the
field itself starts empty and the generated code runs int() on it unguarded.
A Contour Plot nobody configured therefore aborts the run with ValueError:
invalid literal for int() with base 10: ''.

Hold it as an Option[Int] that falls back to the documented 10, and emit the
number directly rather than wrapping it in int(). contentAs names the boxed
class because Option erases its element type, and without it a blank would
read as 0.

Closes #7212

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/31053294926

With regards,
GitHub Actions via GitBox

Reply via email to