Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenFisca-France-Reforms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
Adaptations OpenFisca
OpenFisca-France-Reforms
Commits
cfbf6786
Commit
cfbf6786
authored
2 months ago
by
cgl
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
8f0dc230
No related branches found
No related tags found
No related merge requests found
Pipeline
#21666
passed
2 months ago
Stage: build
Pipeline: leximpact-socio-fiscal-api
#21668
Pipeline: OpenFisca-JSON-Model
#21667
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfisca_france_reforms/contrefactuel_plf/__init__.py
+1
-4
1 addition, 4 deletions
openfisca_france_reforms/contrefactuel_plf/__init__.py
poetry.lock
+2
-2
2 additions, 2 deletions
poetry.lock
with
3 additions
and
6 deletions
openfisca_france_reforms/contrefactuel_plf/__init__.py
+
1
−
4
View file @
cfbf6786
...
...
@@ -244,11 +244,8 @@ class ContrefactuelPlf(Reform):
def
apply
(
self
):
self
.
modify_parameters
(
modifier_function
=
modify_parameters
)
for
variable
in
[
allegement_general
,
retraite_brute
]:
for
variable
in
[
allegement_general
,
retraite_brute
,
retraite_complementaire
,
retraite_de_base
,
retraite_de_base_n_1
]:
self
.
update_variable
(
variable
)
for
variable
in
[
retraite_complementaire
,
retraite_de_base
,
retraite_de_base_n_1
]:
self
.
add_variable
(
variable
)
def
add_metadata
(
parameters
,
metadata
:
dict
):
if
isinstance
(
parameters
,
ParameterNode
):
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
2
−
2
View file @
cfbf6786
...
...
@@ -596,7 +596,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"]
type
=
"git"
url
=
"https://github.com/openfisca/openfisca-france.git"
reference
=
"wip-leximpact"
resolved_reference
=
"e
6feca3990c9eef6b943a18f2b50d12aa2e014d0
"
resolved_reference
=
"e
88a8e1e76b6fb310e37de4c9b670c46222f0af5
"
[[
package
]]
name
=
"OpenFisca-France-Indirect-Taxation"
...
...
@@ -641,7 +641,7 @@ openfisca-france-indirect-taxation = {git = "https://github.com/openfisca/openfi
type
=
"git"
url
=
"https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git"
reference
=
"HEAD"
resolved_reference
=
"
0cb4a33f272f71c7fb172d4b2d5bb97a213d1509
"
resolved_reference
=
"
aa07b6f916675dcacdf7c400d5dccad9cb54960f
"
[[
package
]]
name
=
"packaging"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment