Skip to content

Commit

Permalink
Merge pull request #46 from pbronka/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pbronka authored Dec 18, 2023
2 parents c1ed3c4 + e5a3801 commit 256313e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
Binary file modified input/reg_employmentSelection.xlsx
Binary file not shown.
Binary file modified input/reg_home_ownership.xlsx
Binary file not shown.
Binary file modified input/reg_income.xlsx
Binary file not shown.
Binary file modified input/reg_wages.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion src/main/java/simpaths/model/Person.java
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,6 @@ else if(dag <= 45 && (!les_c4.equals(Les_c4.Student) || leftEducation)) { //left
setDer(Indicator.True);
setDed(Indicator.True);
labourSupplyWeekly = Labour.ZERO; //Assume no part-time work while studying
//TODO: Note that individuals re-entering education do not have a new level of education set. (They don't "leave school")
}
else if (les_c4.equals(Les_c4.Student)){ //If activity status is student but regression to be in education was evaluated to false, remove student status
setLes_c4(Les_c4.NotEmployed);
Expand Down

0 comments on commit 256313e

Please sign in to comment.