You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* replace validation function
* facet aesthetics are valid
* use user-facing names for aesthetics
* add tests for user-facing aesthetic name translation
Adds comprehensive tests for map_internal_to_user() method and validation
error messages to ensure internal aesthetic names (pos1, pos2, facet1) are
correctly translated to user-facing names (x, y, panel) in error messages.
Tests cover:
- Cartesian coordinates (x, y and variants)
- Polar coordinates (theta, radius)
- Facet aesthetics (panel, row, column)
- Roundtrip conversion (user -> internal -> user)
- Validation error messages for missing and unsupported aesthetics
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* bit of polish
* skip supported check in writer
* ensure layers list all aesthetics
* rewire so that writer includes delayed aesthetics as possibilities
* adapt recalcitrant tests
* some polish
* be more specific about mixed orientation
* dance to clippy's whims
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments