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

Allow simulation customization in web API #1204

Open
wants to merge 1 commit into
base: spiral-management
Choose a base branch
from

Conversation

guillett
Copy link
Member

@guillett guillett commented Feb 1, 2024

Depends on #1205

New features

  • Introduce simulation_configurator
    • Allow simulation customization in web API
def simulation_configurator(simulation):
    simulation.max_spiral_loops = 4    

application = create_app(tax_benefit_system,
    simulation_configurator=simulation_configurator)

@coveralls
Copy link

coveralls commented Feb 1, 2024

Coverage Status

coverage: 74.524% (+0.03%) from 74.492%
when pulling ce89fef on spiral-param
into f6f6380 on master.

@guillett guillett force-pushed the spiral-param branch 3 times, most recently from dfb9933 to c2479ab Compare February 5, 2024 15:09
@guillett
Copy link
Member Author

guillett commented Feb 5, 2024

Depends on #1205

@guillett guillett force-pushed the spiral-param branch 2 times, most recently from 9d1582d to 6426296 Compare February 5, 2024 15:58
@bonjourmauko bonjourmauko changed the base branch from master to spiral-management March 18, 2024 15:12
@bonjourmauko bonjourmauko added level:intermediate Requires average OpenFisca experience kind:feat A feature request, a feature deprecation labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feat A feature request, a feature deprecation level:intermediate Requires average OpenFisca experience
Projects
Development

Successfully merging this pull request may close these issues.

3 participants