Skip to content

Commit e84425a

Browse files
committed
revert changes to cdap
1 parent 74ceaa5 commit e84425a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

configs/resident/cdap_fixed_relative_proportions.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Description,Expression,M,N,H
2-
Full-time worker,(ptype == 1) & ~(work_from_home | is_telecommuting),0.79647,0.09368,0.10985
3-
Full-time worker,(ptype == 1) & (work_from_home | is_telecommuting),0,0.460276126,0.539723874
4-
Part-time worker,(ptype == 2) & ~(work_from_home | is_telecommuting),0.61678,0.25757,0.12565
5-
Part-time worker,(ptype == 2) & (work_from_home | is_telecommuting),0,0.672120453,0.327879547
2+
Full-time worker,(ptype == 1) & ~work_from_home,0.79647,0.09368,0.10985
3+
Full-time worker,(ptype == 1) & work_from_home,0,0.460276126,0.539723874
4+
Part-time worker,(ptype == 2) & ~work_from_home,0.61678,0.25757,0.12565
5+
Part-time worker,(ptype == 2) & work_from_home,0,0.672120453,0.327879547
66
University student,ptype == 3,0.69229,0.15641,0.1513
77
Non-working adult,ptype == 4,0,0.67169,0.32831
88
Retired,ptype == 5,0,0.54295,0.45705

configs/resident/cdap_indiv_and_hhsize1.csv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ ABM3 calibration ASC ptype=4,ptype==4,0.0,-0.029,0.0889
6363
ABM3 calibration ASC ptype=5,ptype==5,0.0,0.114,-0.227
6464
ABM3 calibration ASC ptype=6,ptype==6,3.650,-0.241,0.298
6565
ABM3 calibration ASC ptype=7,ptype==7,2.000,-0.171,0.096
66-
ABM3 calibration ASC ptype=8,ptype==8,0.436,0.454,-0.731
67-
Mandatory pattern unavailable if worker is telecommuting on simulation day,(is_telecommuting == True) & (is_student == False),coef_UNAVAILABLE,,
66+
ABM3 calibration ASC ptype=8,ptype==8,0.436,0.454,-0.731

0 commit comments

Comments
 (0)