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 parameter path syntax: use dot notation for non-scale parameters
PolicyEngine parameter nodes (income bracket rates, CTC phase-out
thresholds, VA standard deduction) use dot notation (rates.1,
threshold.SINGLE), not bracket notation (rates[1], threshold[SINGLE]).
Bracket syntax is only for ParameterScale objects.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments