Skip to content

Commit

Permalink
Adapte test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Aug 9, 2024
1 parent 64a4ccd commit 3b68402
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from openfisca_france import FranceTaxBenefitSystem

from openfisca_france_data.felin.input_data_builder.create_variables_individuelles import create_taux_csg_remplacement
from openfisca_france_data.common import create_revenus_remplacement_bruts
from openfisca_france_data.common import create_chomage_brut, create_retraite_brute

margin = 1

Expand All @@ -29,7 +29,8 @@
# Inverse incomes from net to gross : the tested functions

create_taux_csg_remplacement(individus, period(year), tax_benefit_system)
create_revenus_remplacement_bruts(individus, period(year), tax_benefit_system, revenu_type = 'net')
create_chomage_brut(individus, period(year), tax_benefit_system, revenu_type = 'net')
create_retraite_brute(individus, period(year), tax_benefit_system, revenu_type = 'net')

# Test against chomage_brut_test

Expand Down

0 comments on commit 3b68402

Please sign in to comment.