Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept IndividualSim(reform=None) #59

Open
MaxGhenis opened this issue May 16, 2022 · 0 comments
Open

Accept IndividualSim(reform=None) #59

MaxGhenis opened this issue May 16, 2022 · 0 comments

Comments

@MaxGhenis
Copy link
Contributor

This could be helpful for functions, e.g. currently I'm doing this:

def single_person_sim(reform=None):
    if reform is None:  # Breaks if passing IndividualSim(None).
        sim = IndividualSim(year=2022)
    else:
        sim = IndividualSim(reform, year=2022)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant