You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@awatson1978 thank you for reporting this issue. I tried recreating the Null Pointer Exception on both the master branch and the covid19 branch and wasn't able to recreate it.
Given the stack trace, it looks like the software can't find a particular type of provider. This might happen if you changed the provider files, or if we fixed a bug recently.
Maybe try updating Synthea with git pull.
In regards to why patient 90 or patient 50 gets generated repeatedly -- because when you specify -p 100 that means "generate 100 living patients" so during the simulation if some of them die along the way, it will attempt to replace the dead patient with a living one (sometimes it needs to try repeatedly which is why you end up with 183). The dead patients are also exported, just in case you want them.
Hello,
I'm running the following command using the congestive heart failure module:
When I inspect the output, 183 patients are being generated. Interestingly, that number stays the same when I rerun the command with the same seed.
We're getting a lot of duplicates. For instance, patient 90 is exported 4 different times....
There's also that
NullPointerException
that gets thrown out a half dozen times during the run.Any thoughts on what this all might be?
The text was updated successfully, but these errors were encountered: