Skip to content

Commit 4b2de9f

Browse files
committed
feat(shadow_pricing): use 'work_segment' for workplace instead of the default 'income_segment'
1 parent 40450ff commit 4b2de9f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

activitysim/abm/tables/shadow_pricing.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,7 @@
6464
default_segment_to_name_dict = {
6565
# model_selector : persons_segment_name
6666
"school": "school_segment",
67-
"workplace": "income_segment",
68-
}
69-
70-
default_segment_to_name_dict = {
71-
# model_selector : persons_segment_name
72-
"school": "school_segment",
73-
"workplace": "income_segment",
67+
"workplace": "work_segment",
7468
}
7569

7670

0 commit comments

Comments
 (0)