From fd1c94000d23067df6573bca555bb82f3f20de71 Mon Sep 17 00:00:00 2001 From: Jonathan Bloedow Date: Mon, 22 Jan 2024 16:33:17 -0800 Subject: [PATCH] Changed TestDemographics file to use uniform initial age to avoid unrealistically old people. Added symlink to run_all_sft_tests as optional tool for linux. --- tests/sft_tests/Assets/TestDemographics_pak_updated.json | 8 ++++---- tests/sft_tests/hint_tests/run_all_sft_tests.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 tests/sft_tests/hint_tests/run_all_sft_tests.py diff --git a/tests/sft_tests/Assets/TestDemographics_pak_updated.json b/tests/sft_tests/Assets/TestDemographics_pak_updated.json index 588bfdf..0897706 100644 --- a/tests/sft_tests/Assets/TestDemographics_pak_updated.json +++ b/tests/sft_tests/Assets/TestDemographics_pak_updated.json @@ -20,9 +20,9 @@ "BirthRate": 0 }, "IndividualAttributes": { - "AgeDistributionFlag": 3, - "AgeDistribution1": 0.0001, - "AgeDistribution2": 0, + "AgeDistributionFlag": 1, + "AgeDistribution1": 0, + "AgeDistribution2": 36500, "PrevalenceDistributionFlag": 0, "PrevalenceDistribution1": 0, "PrevalenceDistribution2": 0, @@ -9713,4 +9713,4 @@ } ] -} \ No newline at end of file +} diff --git a/tests/sft_tests/hint_tests/run_all_sft_tests.py b/tests/sft_tests/hint_tests/run_all_sft_tests.py new file mode 120000 index 0000000..9e125eb --- /dev/null +++ b/tests/sft_tests/hint_tests/run_all_sft_tests.py @@ -0,0 +1 @@ +../run_all_sft_tests.py \ No newline at end of file