Skip to content

Commit

Permalink
fixup! Allow simulation customization in web API
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Feb 1, 2024
1 parent ca096dc commit 500895a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_web_api/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def calculate(self, tax_benefit_system, input_data: dict) -> dict:

return input_data

def trace(self, tax_benefit_system, input_data, simulation_configurator=None):
def trace(self, tax_benefit_system, input_data):
simulation = SimulationBuilder().build_from_entities(tax_benefit_system, input_data)
self.simulation_configurator(simulation)
simulation.trace = True
Expand Down

0 comments on commit 500895a

Please sign in to comment.