Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single patient seed flag -ps doesn't work with re-attempted patient seeds #1416

Open
dehall opened this issue Jan 25, 2024 · 0 comments
Open
Labels

Comments

@dehall
Copy link
Contributor

dehall commented Jan 25, 2024

What happened?

The command line flag -ps allows the user to specify a single patient seed to run. Most of the time this works fine - if you have a patient record and provide the seed (Person.getSeed(), or in FHIR this is in the Patient.text.div field) it reproduces the expected record. However for some records it produces something completely different. This appears to be because of how seeds are rotated to ensure the population matches the target demographics and number of alive patients. In this case you need to provide the original seed of the first patient from the target slot and it will re-run the entire sequence to get the desired patient.

Environment

No response

Relevant log output

No response

@dehall dehall added the bug label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant