Skip to content

Commit

Permalink
Update openfisca_france_data/pote/input_data_builder/step_02_b_simula…
Browse files Browse the repository at this point in the history
…tion_credits_reductions.py

Co-authored-by: Benoit Courty <[email protected]>
  • Loading branch information
clallemand and benoit-cty authored Aug 9, 2024
1 parent 42ed5b8 commit 85798b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def simulation_preparation_credits_reductions(year,config_files_directory, varia
if os.path.exists(tmp_tmp_directory):
shutil.rmtree(tmp_tmp_directory)
os.mkdir(tmp_tmp_directory)
filter_size = 5000000
filter_size = 5_000_000
for i in range((pote_length//filter_size) + 1):
filter_by = [(f'foyer_fiscal_id', 'in', [j for j in range(filter_size*i,(filter_size*i) + filter_size)])]
survey_scenario = PoteSurveyScenario(config_files_directory = config_files_directory,
Expand Down

0 comments on commit 85798b4

Please sign in to comment.