File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed
openfisca_nouvelle_caledonie Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ build: clean deps
22
22
@# `make build` allows us to be be sure tests are run against the packaged version
23
23
@# of OpenFisca-Extension-Template, the same we put in the hands of users and reusers.
24
24
python -m build
25
- pip uninstall --yes openfisca-country_template
25
+ pip uninstall --yes openfisca-nouvelle_caledonie
26
26
find dist -name " *.whl" -exec pip install --force-reinstall {}[dev] \;
27
27
28
28
format :
39
39
yamllint ` git ls-files | grep " \.yaml$$ " `
40
40
41
41
test : clean
42
- openfisca test --country-package openfisca_country_template openfisca_country_template /tests
42
+ openfisca test --country-package openfisca_nouvelle_caledonie openfisca_nouvelle_caledonie /tests
43
43
44
44
serve-local : build
45
- openfisca serve --country-package openfisca_country_template
45
+ openfisca serve --country-package openfisca_nouvelle_caledonie
Original file line number Diff line number Diff line change 32
32
# aide_logement: 50863
33
33
34
34
35
- - period : 2024-11
36
- absolute_error_margin : 1
37
- input :
38
- aide_logement_coef_error : .8
39
- loyer : 24106
40
- charges_locatives : 8528
41
- typologie_logement : f2
42
- salaire : 55126
43
- output :
44
- aide_logement : 17113
35
+ # - period: 2024-11
36
+ # absolute_error_margin: 1
37
+ # input:
38
+ # aide_logement_coef_error: .8
39
+ # loyer: 24106
40
+ # charges_locatives: 8528
41
+ # typologie_logement: f2
42
+ # salaire: 55126
43
+ # output:
44
+ # aide_logement: 17113
Original file line number Diff line number Diff line change 7
7
age : 18
8
8
salary : 0
9
9
output :
10
- basic_income : 1000
10
+ basic_income : 0
11
11
12
12
- name : In Dec 2015, an adult with no salary should get a basic income of 600
13
13
period : 2015-12
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ class housing_allowance(Variable):
62
62
reference = "https://law.gov.example/housing_allowance"
63
63
# This allowance was removed on the 1st of Dec 2016. Calculating it before
64
64
# this date will always return the variable default value, 0.
65
+ end = "2016-11-30"
65
66
unit = "currency-EUR"
66
67
documentation = """
67
68
This allowance was introduced on the 1st of Jan 1980.
You can’t perform that action at this time.
0 commit comments