-
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
Uniformise les tests avec la nouvelle API #1224
Conversation
There is still an issue with Python 2, due to the lack of preservation of a dict order. Should probably be fixed in core. |
Mise à jour pour refléter la suppression des scénarios dans openfisca/openfisca-core#716, KO pour l'instant en raison d'une feature Edit modifications reportées sur #1227 |
d482f83
to
82ad673
Compare
Attention, il est sans doute préférable de se concerter à minima avec l'IPP
avant de les supprimer complètement. Ils sont utilisés par pas mal de
paquets en aval.
…On Sat, Dec 1, 2018, 07:28 Laurent Bossavit ***@***.*** wrote:
Mise à jour pour refléter la suppression des scénarios dans
openfisca/openfisca-core#716
<openfisca/openfisca-core#716>, KO pour
l'instant en raison d'une feature init_single_entity non testé dans Core
mais utilisée dans France.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1224 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALSWdYKJ99YSG10UixDrSX2vkMAEgXtpks5u0nXigaJpZM4Y27sy>
.
|
1cf3704
to
699761f
Compare
@@ -53,6 +53,11 @@ class statut_marital(Variable): | |||
definition_period = MONTH | |||
set_input = set_input_dispatch_by_period | |||
|
|||
def formula(individu, period, parameters): |
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.
@fpagnoux Je vois que les tests ne passent pas sans cette formule, or je ne suis pas certain d'avoir bien compris pourquoi.
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.
Enfoui dans les scénarios, il y avait un morceau de code qui faisait cette inférence
.circleci/config.yml
Outdated
@@ -23,7 +23,7 @@ jobs: | |||
name: Install dependencies | |||
command: | | |||
make build | |||
# pip install --editable git+https://github.com/openfisca/openfisca-core.git@BRANCH_NAME#egg=OpenFisca-Core # use a specific branch of OpenFisca-Core | |||
pip install --editable git+https://github.com/openfisca/openfisca-core.git@uniformize-tests-api#egg=OpenFisca-Core # use a specific branch of 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.
Ne pas oublier de supprimer ça.
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.
Top !
699761f
to
191b2f8
Compare
e899380
to
eb99b1e
Compare
Connected to openfisca/openfisca-core#716