policyengine-us
policyengine-us copied to clipboard
Update North Carolina SCCA age parameters to use proper unit type after core fix
Currently in PR #5575, we had to work around a parameter validation issue in policyengine-core by:
- Changing to in the age group scale parameter
- Hardcoding age limit values directly in the variables instead of using parameters
Once the policyengine-core issue is fixed (see PolicyEngine/policyengine-core#346), we should:
- Update the parameter metadata to use the proper unit type ( or another appropriate unit)
- Revert the hardcoded implementation to use the parameter-based approach
- Ensure all tests pass with the parameter-based implementation
This will provide a cleaner, more maintainable implementation that properly leverages the parameter system.