-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch parameters to YAML #798
Conversation
CHANGELOG.md
Outdated
|
||
* Amélioration technique | ||
* Détails : | ||
- Migration vers la version 17 d'OpenFisca-Core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration des paramètre de JSON en YAML, connecté à la version 17 d'OpenFisca-Core.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai rajouter une ligne.
Même débat que pour openfisca/extension-template#5
circle.yml
Outdated
@@ -9,6 +9,8 @@ dependencies: | |||
override: | |||
- pip install --upgrade pip wheel # pip >= 8.0 needed to be compatible with "manylinux" wheels, used by numpy >= 1.11 | |||
- pip install twine | |||
- pip install --editable git+https://github.com/openfisca/openfisca-core.git@params-yaml#egg=OpenFisca-Core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ces éléments sont-ils à retirer lors du merge ? Est ce qu'un commentaire l'indiquant pourrait aider à s'en souvenir ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Le nom du commit est explicite : "[DO NOT MERGE] CircleCI"
openfisca_france/parameters/_.yaml
Outdated
@@ -0,0 +1 @@ | |||
type: node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce nécessaire ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
@@ -0,0 +1,3 @@ | |||
description: Bouclier fiscal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La valeur ajoutée de ce _.yaml est assez faible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
discutté avec Matti
@@ -0,0 +1,3 @@ | |||
description: Bourses de l'Éducation nationale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf remarques précédentes
@@ -0,0 +1,3 @@ | |||
description: Bourse des collèges |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf remarques précédentes
@@ -0,0 +1 @@ | |||
type: node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf remarques précédentes
@@ -0,0 +1 @@ | |||
type: node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf remarques précédentes
@@ -0,0 +1 @@ | |||
type: node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf remarques précédentes
@@ -1,44 +0,0 @@ | |||
# -*- coding: utf-8 -*- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pourquoi avoir retiré ces tests ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'était temporaire (en attendant de trouver une solution pour les LinearAverateRateTaxScales), j'ai remis ces tests.
Documenter dans le CONTRIBUTING l'usage des migrations. |
3da3610
to
720b5b8
Compare
Connected to openfisca/openfisca-core#523
18.7.7 - #798