Skip to content

Commit

Permalink
changing the upper limit of some of the uniform distributions from 1 …
Browse files Browse the repository at this point in the history
…to 2
  • Loading branch information
shayla831 committed Jan 22, 2024
1 parent 434e193 commit b6e8d38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions titan/settings/philly-gis/demographics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ demographics:
value: 1
2:
value_type: float
value: 1
value: 2
Casual:
dist_type: uniform
vars:
Expand Down Expand Up @@ -147,7 +147,7 @@ demographics:
value: 1.0
2:
value_type: float
value: 1.0
value: 2.0
Casual:
dist_type: uniform
vars:
Expand All @@ -156,7 +156,7 @@ demographics:
value: 1.0
2:
value_type: float
value: 1.0
value: 2.0

D_HM:
ppl: 0.276
Expand Down Expand Up @@ -303,7 +303,7 @@ demographics:
value: 1
2:
value_type: float
value: 1
value: 2
Casual:
dist_type: uniform
vars:
Expand All @@ -312,4 +312,4 @@ demographics:
value: 1
2:
value_type: float
value: 1
value: 2

0 comments on commit b6e8d38

Please sign in to comment.