Skip to content

Commit

Permalink
Changed TestDemographics file to use uniform initial age to avoid unr…
Browse files Browse the repository at this point in the history
…ealistically old people. Added symlink to run_all_sft_tests as optional tool for linux.
  • Loading branch information
Jonathan Bloedow committed Jan 23, 2024
1 parent bb003bc commit fd1c940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/sft_tests/Assets/TestDemographics_pak_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -9713,4 +9713,4 @@

}
]
}
}
1 change: 1 addition & 0 deletions tests/sft_tests/hint_tests/run_all_sft_tests.py

0 comments on commit fd1c940

Please sign in to comment.