Skip to content

Commit

Permalink
Try to make Synthea Runs Deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Mar 4, 2021
1 parent e71e2d7 commit 515a8f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
run: curl -sLO https://github.com/synthetichealth/synthea/releases/download/v2.7.0/synthea-with-dependencies.jar

- name: Generate Data
run: java -jar synthea-with-dependencies.jar -s 93254876 -cs 238756253 -r 20210101 -p 100 --generate.only_alive_patients=true
run: java -jar synthea-with-dependencies.jar -s 93254876 -cs 238756253 -r 20210101 -p 100 --generate.only_alive_patients=true --exporter.years_of_history=0

- name: Install Blazectl
run: .github/scripts/install-blazectl.sh
Expand All @@ -257,13 +257,13 @@ jobs:
run: .github/scripts/download-resources.sh Patient 100

- name: Download Observation Resources
run: .github/scripts/download-resources.sh Observation 28852
run: .github/scripts/download-resources.sh Observation 75275

- name: Download Condition Resources
run: .github/scripts/download-resources.sh Condition 1254
run: .github/scripts/download-resources.sh Condition 2489

- name: Download DiagnosticReport Resources
run: .github/scripts/download-resources.sh DiagnosticReport 7329
run: .github/scripts/download-resources.sh DiagnosticReport 15905

- name: Docker Stop
run: docker stop blaze

0 comments on commit 515a8f5

Please sign in to comment.