Skip to content
Snippets Groups Projects
Commit d74b9dc2 authored by clallemand's avatar clallemand
Browse files

wip

parent c4cd5a9e
Branches
No related tags found
1 merge request!49Non recours
Pipeline #21447 failed
......@@ -609,7 +609,7 @@ def create_leximpact_tbs(projected_variables=projected_variables):
)
seuil_recours = df_eligibles.somme_totale_annee[
df_eligibles.cumsum_weight <= 0.2
df_eligibles.cumsum_weight <= 0.3
].max()
return (
......@@ -674,7 +674,7 @@ def create_leximpact_tbs(projected_variables=projected_variables):
)
seuil_recours = df_eligibles.somme_totale_annee[
df_eligibles.cumsum_weight <= 0.3
df_eligibles.cumsum_weight <= 0.4
].max()
montant = np.where(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment