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 20 forks source link

feat: add attribute bound in variable.py #211

Closed SylviaDu99 closed 4 months ago

SylviaDu99 commented 5 months ago

This is a draft PR for review and further implement.

Added attribute is_bounded, min_max to class Variable.

Targeting to fix #151, WIP