PolicyEngine / policyengine-uk

The UK's only open-source static tax-benefit microsimulation model.
https://policyengine.github.io/policyengine-uk/
GNU Affero General Public License v3.0
23 stars 24 forks source link

`age` is of type `float` instead of `int` #800

Open anth-volk opened 6 months ago

anth-volk commented 6 months ago

The age variable is coded as a float instead of an int, making it a bit challenging on the front end to limit input for this parameter to non-decimal values. This is also in contradiction with core, which has its own age class of type int.