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
Remove duplicate bad_targets entries in EnhancedCPS reweighting
The bad_targets list had 9 duplicate entries (lines 163-171 were exact
copies of 154-162). This is harmless since `.isin()` deduplicates, but
the duplicates obscure the actual exclusion list.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments