Skip to content

Commit

Permalink
Merge pull request #35 from DTS-STN/Fixed-bug-where-variables-could-n…
Browse files Browse the repository at this point in the history
…ot-find-sub-variables

Updated variable names
  • Loading branch information
P0NDER0SA authored Aug 19, 2020
2 parents 44a24bd + 7720bbe commit 2e8979e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openfisca_canada/tests/benefitfinder/cesb/cesb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: "is student 2019-2020"
period: "2020-08"
absolute_error_margin: 0
input:
input:
persons:
student_1:
cesb__student_lost_job: true
Expand All @@ -25,21 +25,21 @@
- name: "is high school grad"
period: "2020-08"
absolute_error_margin: 0
input:
input:
persons:
student_1:
cesb__has_no_income_before: false
student_2:
cesb__has_no_income_before: true
output:
cesb__is_high_school_grad:
cesb__is_high_school_grad:
- false
- true

- name: "is cesb benefit eligible"
period: "2020-08"
absolute_error_margin: 0
input:
input:
persons:
student_1:
cesb__is_student_2019_2020: true
Expand Down

0 comments on commit 2e8979e

Please sign in to comment.