Skip to content

Commit

Permalink
fixup! Adaptation again
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Jan 25, 2024
1 parent f7f6790 commit efcc390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_survey_manager/tests/test_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_simulation_calibration_input_from_data():
survey_scenario.set_tax_benefit_systems(dict(baseline = tax_benefit_system))
survey_scenario.period = 2017
survey_scenario.used_as_input_variables = ['salary', 'rent', 'household_weight']
period = periods.period('2017-01')
period = periods.period('2017')
target_rent_aggregate = 200000

data = {
Expand Down

0 comments on commit efcc390

Please sign in to comment.