PolicyEngine / policyengine-core

Core microsimulation engine for PolicyEngine models. Forked from OpenFisca-Core.
https://policyengine.github.io/policyengine-core
GNU Affero General Public License v3.0
14 stars 19 forks source link

Uprating doesn't work in some cases #193

Closed nikhilwoodruff closed 4 months ago

nikhilwoodruff commented 4 months ago

Right now, if you input 2022 in the microdata for a country package, and call in 2024, we'll uprate correctly. But if you then call in 2023, you'll get zero, because we only uprate if we're operating on the most future-known time period. We should relax this condition.