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
fix: validate weight keys against selected clustering input, not full dataset
- Validate against ds_for_clustering (after data_vars selection) instead
of ds (full dataset), so weights for excluded variables are caught
- Move validation before drop_constant_arrays so constant columns remain
accepted as valid keys
- Fix test to use to_dataset() instead of clustering_data() so the
constant-column path is actually exercised
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments