From b6e8d38a374377b0c544dfd4f40d891167e492c4 Mon Sep 17 00:00:00 2001 From: shayla831 <61238160+shayla831@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:29:10 -0500 Subject: [PATCH] changing the upper limit of some of the uniform distributions from 1 to 2 --- titan/settings/philly-gis/demographics.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/titan/settings/philly-gis/demographics.yml b/titan/settings/philly-gis/demographics.yml index b6cb38f5..dd399964 100644 --- a/titan/settings/philly-gis/demographics.yml +++ b/titan/settings/philly-gis/demographics.yml @@ -76,7 +76,7 @@ demographics: value: 1 2: value_type: float - value: 1 + value: 2 Casual: dist_type: uniform vars: @@ -147,7 +147,7 @@ demographics: value: 1.0 2: value_type: float - value: 1.0 + value: 2.0 Casual: dist_type: uniform vars: @@ -156,7 +156,7 @@ demographics: value: 1.0 2: value_type: float - value: 1.0 + value: 2.0 D_HM: ppl: 0.276 @@ -303,7 +303,7 @@ demographics: value: 1 2: value_type: float - value: 1 + value: 2 Casual: dist_type: uniform vars: @@ -312,4 +312,4 @@ demographics: value: 1 2: value_type: float - value: 1 \ No newline at end of file + value: 2 \ No newline at end of file