synthetichealth / synthea

Synthetic Patient Population Simulator
https://synthetichealth.github.io/synthea
Apache License 2.0
2.15k stars 645 forks source link

FATAL ERROR State: Delay_Until_Right_Age #222

Closed richard1933 closed 6 years ago

richard1933 commented 7 years ago

bundle exec rake synthea:generate this is the message: FATAL ERROR State: Delay_Until_Right_Age FATAL ERROR in Module: urinary_tract_infections rake aborted! NoMethodError: undefined method since' for 1606829652.0:Float ..... lib/tasks/tasks.rake:65:inrun_synthea_sequential' lib/tasks/tasks.rake:42:in `block (2 levels) in <top (required)>' Tasks: TOP => synthea:generate (See full trace by running task with --trace)

dehall commented 7 years ago

Commenting to confirm this issue exists though I have to do more digging to find a fix or root cause. The issue is that the rand() function when given a Range of Duration objects occasionally returns a Float instead of a Duration.

https://github.com/synthetichealth/synthea/blob/master/lib/generic/components.rb#L28

jakejang91 commented 7 years ago

I am having the same issue as richard1933 has posted. Were you able resolve the issue dehall?

dehall commented 7 years ago

Hi, sorry I haven't had a chance to look into more detail on why this is happening. I'll push a workaround that should fix the error for now.

Out of curiosity, @richard1933 @jakejang91 what platform are you running synthea on? ie, Windows/Mac/Linux, and JRuby/MRI/etc. I see the error running on MRI on Windows but not on Linux.

richard1933 commented 7 years ago

I’m using Windows (7 and 10).

Thanks, Dylan!

From: Dylan Hall [mailto:notifications@github.com] Sent: Friday, September 22, 2017 12:55 PM To: synthetichealth/synthea synthea@noreply.github.com Cc: Richard Zhu zhu@jhu.edu; Mention mention@noreply.github.com Subject: Re: [synthetichealth/synthea] FATAL ERROR State: Delay_Until_Right_Age (#222)

Hi, sorry I haven't had a chance to look into more detail on why this is happening. I'll push a workaround that should fix the error for now.

Out of curiosity, @richard1933https://github.com/richard1933 @jakejang91https://github.com/jakejang91 what platform are you running synthea on? ie, Windows/Mac/Linux, and JRuby/MRI/etc. I see the error running on MRI on Windows but not on Linux.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/synthetichealth/synthea/issues/222#issuecomment-331501887, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZUZP284436qu9aWE-o6MCqTjzWhwGlqks5sk-Z7gaJpZM4OqEmr.

tmaiaroto commented 7 years ago

Try this:

ActiveSupport::Duration.new(rand(low.send(unit)..high.send(unit)).round, [[:days, rand(low.send(unit)..high.send(unit)).round]])

Here: https://github.com/synthetichealth/synthea/blob/master/lib/generic/components.rb#L28

Basically you gotta get rid of the precision and cast it back to a Duration. I don't code Ruby, so I imagine there's probably a way to write that better...But it worked for me.

jakejang91 commented 7 years ago

I am using Windows 10 as well, and thank you for both Dylan and Tom.

2017-09-22 13:07 GMT-04:00 Tom Maiaroto notifications@github.com:

Try this:

ActiveSupport::Duration.new(rand(low.send(unit)..high.send(unit)).round, [[:days, rand(low.send(unit)..high.send(unit)).round]])

Here: https://github.com/synthetichealth/synthea/blob/ master/lib/generic/components.rb#L28

Basically you gotta get rid of the precision and cast it back to a Duration. I don't code Ruby, so I imagine there's probably a way to write that better...But it worked for me.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/synthetichealth/synthea/issues/222#issuecomment-331504806, or mute the thread https://github.com/notifications/unsubscribe-auth/Aeqp7XAg9sT9KEHAW-8f7FcHDCN96D4nks5sk-k7gaJpZM4OqEmr .

dehall commented 7 years ago

@richard1933 @jakejang91 We pushed a workaround for this issue. Can you pull the latest and confirm it's no longer occurring?

richard1933 commented 7 years ago

It seems to run for a little while and then, stopped. Maybe there is something else this time. I’ve got this screen shot.

[cid:image001.png@01D335F6.48C2F6C0]

Thanks again, Dylan, for working on this.

Richard

From: Dylan Hall [mailto:notifications@github.com] Sent: Monday, September 25, 2017 7:30 AM To: synthetichealth/synthea synthea@noreply.github.com Cc: Richard Zhu zhu@jhu.edu; Mention mention@noreply.github.com Subject: Re: [synthetichealth/synthea] FATAL ERROR State: Delay_Until_Right_Age (#222)

@richard1933https://github.com/richard1933 @jakejang91https://github.com/jakejang91 We pushed a workaround for this issue. Can you pull the latest and confirm it's no longer occurring?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/synthetichealth/synthea/issues/222#issuecomment-331853302, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZUZP3PEzYcaSAvG7ZEDOde8KyYuinlBks5sl47SgaJpZM4OqEmr.

jakejang91 commented 7 years ago

I ran 5 times today, and there wasn't any error for me. Thank you.

2017-09-25 12:03 GMT-04:00 Richard Zhu notifications@github.com:

It seems to run for a little while and then, stopped. Maybe there is something else this time. I’ve got this screen shot.

[cid:image001.png@01D335F6.48C2F6C0]

Thanks again, Dylan, for working on this.

Richard

From: Dylan Hall [mailto:notifications@github.com] Sent: Monday, September 25, 2017 7:30 AM To: synthetichealth/synthea synthea@noreply.github.com Cc: Richard Zhu zhu@jhu.edu; Mention mention@noreply.github.com Subject: Re: [synthetichealth/synthea] FATAL ERROR State: Delay_Until_Right_Age (#222)

@richard1933https://github.com/richard1933 @jakejang91https://github. com/jakejang91 We pushed a workaround for this issue. Can you pull the latest and confirm it's no longer occurring?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ synthetichealth/synthea/issues/222#issuecomment-331853302, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ AZUZP3PEzYcaSAvG7ZEDOde8KyYuinlBks5sl47SgaJpZM4OqEmr.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/synthetichealth/synthea/issues/222#issuecomment-331929359, or mute the thread https://github.com/notifications/unsubscribe-auth/Aeqp7ZxUgeZCPAyTmgXxa5gxlgUqbAXvks5sl87mgaJpZM4OqEmr .

dehall commented 7 years ago

@richard1933 The image didn't come through. How far does it get before stopping?

richard1933 commented 7 years ago

I did few times today, it stopped at varies point:

================================

Z:\Synthetic_Chute\github_project\synthea>bundle exec rake synthea:generate Clearing output folders... Loaded "Dementia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dementia.json Loaded "Lupus" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lupus.json Loaded "Sexual Activity" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sexual_activity.json Loaded "Dermatitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis.json Loaded "Opioid Addiction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/opioid_addiction.json Loaded "Female Reproduction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/female_reproduction.json Loaded "Outgrow Food Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_food_allergies.json Loaded "Outgrow Environmental Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_env_allergies.json Loaded "Severe Allergic Reaction" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/severe_allergic_reaction.json Loaded "Allergy Immunotherapy" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/immunotherapy.json Loaded "Allergy Incidence" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_incidence.json Loaded "Allergy Panel" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_panel.json Loaded "Total Joint Replacement" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/total_joint_replacement.json Loaded "Homelessness" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/homelessness.json Loaded "Appendicitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/appendicitis.json Loaded "Self Harm" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/self_harm.json Loaded "Strong Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/strong_opioid_pain_reliever.json Loaded "Over-The-Counter Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_pain_reliever.json Loaded "Ear Infection Antibiotic" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/ear_infection_antibiotic.json Loaded "Over-The-Counter Antihistamine" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_antihistamine.json Loaded "Moderate Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/moderate_opioid_pain_reliever.json Loaded "Colorectal Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/colorectal_cancer.json Loaded "Ear Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/ear_infections.json Loaded "Attention Deficit Disorder" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/attention_deficit_disorder.json Loaded "Osteoporosis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoporosis.json Loaded "Wellness Encounters" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/wellness_encounters.json Loaded "Metabolic Syndrome Standards of Care" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_care.json Loaded "Male Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/male_sterilization.json Loaded "Patch Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/patch_contraceptive.json Loaded "Implant Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/implant_contraceptive.json Loaded "Clear Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/clear_contraceptive.json Loaded "Intrauterine Device" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/intrauterine_device.json Loaded "Oral Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/oral_contraceptive.json Loaded "Female Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/female_sterilization.json Loaded "Injectable Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/injectable_contraceptive.json Loaded "Vaginal Ring Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/ring_contraceptive.json Loaded "Food Allergies" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/food_allergies.json Loaded "Allergic Rhinitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergic_rhinitis.json Loaded "Osteoarthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoarthritis.json Loaded "Mid Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_moderate_eczema_obs.json Loaded "Early Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_severe_eczema_obs.json Loaded "Severe Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/severe_cd_obs.json Loaded "Moderate Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/moderate_cd_obs.json Loaded "Mid Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_severe_eczema_obs.json Loaded "Early Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_moderate_eczema_obs.json Loaded "Contraceptives" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives.json Loaded "Injuries" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/injuries.json Loaded "Gout" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/gout.json Loaded "Allergies and Treatment" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies.json Loaded "Medication Reconciliation" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/med_rec.json Loaded "Rheumatoid Arthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/rheumatoid_arthritis.json Loaded "Sore Throat" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sore_throat.json Loaded "Metabolic Syndrome Disease Progression" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_disease.json Loaded "Atopy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/atopy.json Loaded "Fibromyalgia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/fibromyalgia.json Loaded "Urinary Tract Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/urinary_tract_infections.json Loaded "Lung Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lung_cancer.json Loaded "COPD" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/copd.json Loaded "Pregnancy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/pregnancy.json Loaded "Bronchitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/bronchitis.json Loaded "Contraceptive Maintenance" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptive_maintenance.json Loaded "Sinusitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sinusitis.json Loaded "Epilepsy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/epilepsy.json Loaded "Asthma" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/asthma.json Generating 100 patients... [2017-09-26 13:19:26] 1: Gusikowski690, Tristan705. White English. 40 y/o M 266 lbs. -- [2017-09-26 13:19:28] 2: Mitchell392, Blake907. Black Dominican. 61 y/o M 301 lbs. -- coronary_heart_disease [2017-09-26 13:19:31] 3(d: non-small_cell_lungcancer(disorder)): Brakus777, Mary167. Asian Asian indian. 58 y/o M 249 lbs. -- prediabetes, chronicsinusitis(disorder), diabetes, neuropathy_due_to_type_2_diabetesmellitus(disorder), diabetic_retinopathy_associated_with_type_ii_diabetesmellitus(disorder), diabetic_renaldisease(disorder), microalbuminuria_due_to_type_2_diabetesmellitus(disorder), hypertension, suspected_lungcancer(situation), non-small_cell_lungcancer(disorder), non-small_cell_carcinoma_of_lung,_tnm_stage1(disorder) FATAL ERROR State: Delay_Until_Right_Age FATAL ERROR in Module: urinary_tract_infections rake aborted! NoMethodError: undefined method since' for 1703445772.0:Float Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:200:inprocess' Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:37:in run' Z:/Synthetic_Chute/github_project/synthea/lib/generic/context.rb:31:inrun' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:55:in block (2 levels) in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:in block in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:incall' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in block in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inblock in apply' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:in each' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inapply' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:315:in build_person' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:208:inrun_random' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:105:in run' lib/tasks/tasks.rake:65:inrun_synthea_sequential' lib/tasks/tasks.rake:42:in `block (2 levels) in <top (required)>' Tasks: TOP => synthea:generate (See full trace by running task with --trace)

Z:\Synthetic_Chute\github_project\synthea>bundle exec rake synthea:generate Clearing output folders... Loaded "Dementia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dementia.json Loaded "Lupus" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lupus.json Loaded "Sexual Activity" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sexual_activity.json Loaded "Dermatitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis.json Loaded "Opioid Addiction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/opioid_addiction.json Loaded "Female Reproduction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/female_reproduction.json Loaded "Outgrow Food Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_food_allergies.json Loaded "Outgrow Environmental Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_env_allergies.json Loaded "Severe Allergic Reaction" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/severe_allergic_reaction.json Loaded "Allergy Immunotherapy" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/immunotherapy.json Loaded "Allergy Incidence" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_incidence.json Loaded "Allergy Panel" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_panel.json Loaded "Total Joint Replacement" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/total_joint_replacement.json Loaded "Homelessness" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/homelessness.json Loaded "Appendicitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/appendicitis.json Loaded "Self Harm" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/self_harm.json Loaded "Strong Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/strong_opioid_pain_reliever.json Loaded "Over-The-Counter Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_pain_reliever.json Loaded "Ear Infection Antibiotic" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/ear_infection_antibiotic.json Loaded "Over-The-Counter Antihistamine" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_antihistamine.json Loaded "Moderate Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/moderate_opioid_pain_reliever.json Loaded "Colorectal Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/colorectal_cancer.json Loaded "Ear Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/ear_infections.json Loaded "Attention Deficit Disorder" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/attention_deficit_disorder.json Loaded "Osteoporosis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoporosis.json Loaded "Wellness Encounters" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/wellness_encounters.json Loaded "Metabolic Syndrome Standards of Care" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_care.json Loaded "Male Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/male_sterilization.json Loaded "Patch Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/patch_contraceptive.json Loaded "Implant Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/implant_contraceptive.json Loaded "Clear Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/clear_contraceptive.json Loaded "Intrauterine Device" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/intrauterine_device.json Loaded "Oral Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/oral_contraceptive.json Loaded "Female Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/female_sterilization.json Loaded "Injectable Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/injectable_contraceptive.json Loaded "Vaginal Ring Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/ring_contraceptive.json Loaded "Food Allergies" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/food_allergies.json Loaded "Allergic Rhinitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergic_rhinitis.json Loaded "Osteoarthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoarthritis.json Loaded "Mid Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_moderate_eczema_obs.json Loaded "Early Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_severe_eczema_obs.json Loaded "Severe Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/severe_cd_obs.json Loaded "Moderate Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/moderate_cd_obs.json Loaded "Mid Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_severe_eczema_obs.json Loaded "Early Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_moderate_eczema_obs.json Loaded "Contraceptives" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives.json Loaded "Injuries" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/injuries.json Loaded "Gout" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/gout.json Loaded "Allergies and Treatment" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies.json Loaded "Medication Reconciliation" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/med_rec.json Loaded "Rheumatoid Arthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/rheumatoid_arthritis.json Loaded "Sore Throat" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sore_throat.json Loaded "Metabolic Syndrome Disease Progression" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_disease.json Loaded "Atopy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/atopy.json Loaded "Fibromyalgia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/fibromyalgia.json Loaded "Urinary Tract Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/urinary_tract_infections.json Loaded "Lung Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lung_cancer.json Loaded "COPD" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/copd.json Loaded "Pregnancy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/pregnancy.json Loaded "Bronchitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/bronchitis.json Loaded "Contraceptive Maintenance" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptive_maintenance.json Loaded "Sinusitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sinusitis.json Loaded "Epilepsy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/epilepsy.json Loaded "Asthma" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/asthma.json Generating 100 patients... [2017-09-26 13:21:07] 1: Parisian562, Glayds552. White Irish. 7 y/o F 47 lbs. -- [2017-09-26 13:21:08] 2(d: natural_causes): Deckow415, Hong96. Hispanic Mexican. 58 y/o M 274 lbs. -- chronicsinusitis(disorder), hypertension, stroke, appendicitis, history_of_appendectomy [2017-09-26 13:21:11] 3(d: pulmonaryemphysema(disorder)): Schuster797, Jeffie606. White Irish. 75 y/o F 143 lbs. -- pulmonaryemphysema(disorder) [2017-09-26 13:21:13] 4(d: stroke): Feil150, Grant657. White English. 64 y/o M 220 lbs. -- chronicsinusitis(disorder), suspected_lungcancer(situation), non-small_cell_lungcancer(disorder), non-small_cell_carcinoma_of_lung,_tnm_stage4(disorder), stroke [2017-09-26 13:21:15] 5: Treutel198, Brandon135. White Russian. 36 y/o M 282 lbs. -- prediabetes, chronicsinusitis(disorder) [2017-09-26 13:21:16] 6(d: pulmonaryemphysema(disorder)): Hagenes742, Brad688. White Irish. 47 y/o M 209 lbs. -- pulmonaryemphysema(disorder) [2017-09-26 13:21:17] 7: Kuvalis529, Lauran740. White Portuguese. 18 y/o F 114 lbs. -- [2017-09-26 13:21:19] 8: Schneider215, Davida314. White Irish. 59 y/o F 243 lbs. -- allergy_to_tree_pollen, chronicsinusitis(disorder), familial_alzheimer's_disease_of_earlyonset(disorder) [2017-09-26 13:21:20] 9: Considine743, Jackie77. Hispanic Central american. 27 y/o M 173 lbs. -- impacted_molars [2017-09-26 13:21:23] 10: Bosco906, Doug547. White Irish. 69 y/o M 209 lbs. -- atopic_dermatitis, allergy_to_peanuts, allergy_to_treepollen, dander(animal)_allergy, house_dust_mite_allergy, allergy_to_mould, hypertension [2017-09-26 13:21:26] 11(d: natural_causes): Morissette731, Tracy444. White American. 88 y/o M 151 lbs. -- stroke, chronicsinusitis(disorder) [2017-09-26 13:21:29] 12: Russel956, Shila272. White Irish. 83 y/o F 218 lbs. -- [2017-09-26 13:21:31] 13(d: natural_causes): Brakus416, Marianna804. White German. 59 y/o F 221 lbs. -- hypertension FATAL ERROR State: Delay_Until_Arthritis FATAL ERROR in Module: osteoarthritis rake aborted! NoMethodError: undefined method since' for 2513419570.0:Float Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:200:inprocess' Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:37:in run' Z:/Synthetic_Chute/github_project/synthea/lib/generic/context.rb:31:inrun' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:55:in block (2 levels) in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:in block in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:incall' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in block in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inblock in apply' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:in each' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inapply' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:315:in build_person' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:208:inrun_random' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:105:in run' lib/tasks/tasks.rake:65:inrun_synthea_sequential' lib/tasks/tasks.rake:42:in `block (2 levels) in <top (required)>' Tasks: TOP => synthea:generate (See full trace by running task with --trace)

Z:\Synthetic_Chute\github_project\synthea>bundle exec rake synthea:generate Clearing output folders... Loaded "Dementia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dementia.json Loaded "Lupus" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lupus.json Loaded "Sexual Activity" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sexual_activity.json Loaded "Dermatitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis.json Loaded "Opioid Addiction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/opioid_addiction.json Loaded "Female Reproduction" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/female_reproduction.json Loaded "Outgrow Food Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_food_allergies.json Loaded "Outgrow Environmental Allergies" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/outgrow_env_allergies.json Loaded "Severe Allergic Reaction" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/severe_allergic_reaction.json Loaded "Allergy Immunotherapy" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/immunotherapy.json Loaded "Allergy Incidence" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_incidence.json Loaded "Allergy Panel" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies/allergy_panel.json Loaded "Total Joint Replacement" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/total_joint_replacement.json Loaded "Homelessness" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/homelessness.json Loaded "Appendicitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/appendicitis.json Loaded "Self Harm" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/self_harm.json Loaded "Strong Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/strong_opioid_pain_reliever.json Loaded "Over-The-Counter Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_pain_reliever.json Loaded "Ear Infection Antibiotic" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/ear_infection_antibiotic.json Loaded "Over-The-Counter Antihistamine" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/otc_antihistamine.json Loaded "Moderate Opioid Pain Reliever" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/medications/moderate_opioid_pain_reliever.json Loaded "Colorectal Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/colorectal_cancer.json Loaded "Ear Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/ear_infections.json Loaded "Attention Deficit Disorder" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/attention_deficit_disorder.json Loaded "Osteoporosis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoporosis.json Loaded "Wellness Encounters" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/wellness_encounters.json Loaded "Metabolic Syndrome Standards of Care" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_care.json Loaded "Male Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/male_sterilization.json Loaded "Patch Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/patch_contraceptive.json Loaded "Implant Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/implant_contraceptive.json Loaded "Clear Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/clear_contraceptive.json Loaded "Intrauterine Device" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/intrauterine_device.json Loaded "Oral Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/oral_contraceptive.json Loaded "Female Sterilization" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/female_sterilization.json Loaded "Injectable Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/injectable_contraceptive.json Loaded "Vaginal Ring Contraceptive" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives/ring_contraceptive.json Loaded "Food Allergies" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/food_allergies.json Loaded "Allergic Rhinitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergic_rhinitis.json Loaded "Osteoarthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/osteoarthritis.json Loaded "Mid Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_moderate_eczema_obs.json Loaded "Early Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_severe_eczema_obs.json Loaded "Severe Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/severe_cd_obs.json Loaded "Moderate Contact Dermatitis Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/moderate_cd_obs.json Loaded "Mid Childhood Severe Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/mid_severe_eczema_obs.json Loaded "Early Childhood Moderate Eczema Observations" submodule from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/dermatitis/early_moderate_eczema_obs.json Loaded "Contraceptives" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptives.json Loaded "Injuries" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/injuries.json Loaded "Gout" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/gout.json Loaded "Allergies and Treatment" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/allergies.json Loaded "Medication Reconciliation" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/med_rec.json Loaded "Rheumatoid Arthritis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/rheumatoid_arthritis.json Loaded "Sore Throat" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sore_throat.json Loaded "Metabolic Syndrome Disease Progression" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/metabolic_syndrome_disease.json Loaded "Atopy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/atopy.json Loaded "Fibromyalgia" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/fibromyalgia.json Loaded "Urinary Tract Infections" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/urinary_tract_infections.json Loaded "Lung Cancer" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/lung_cancer.json Loaded "COPD" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/copd.json Loaded "Pregnancy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/pregnancy.json Loaded "Bronchitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/bronchitis.json Loaded "Contraceptive Maintenance" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/contraceptive_maintenance.json Loaded "Sinusitis" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/sinusitis.json Loaded "Epilepsy" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/epilepsy.json Loaded "Asthma" module from Z:/Synthetic_Chute/github_project/synthea/lib/generic/modules/asthma.json Generating 100 patients... [2017-09-26 13:22:48] 1: Grimes64, Alise342. Hispanic Puerto rican. 49 y/o F 235 lbs. -- chronicsinusitis(disorder), hypertension, diabetes, diabetic_retinopathy_associated_with_type_ii_diabetesmellitus(disorder), nonproliferative_diabetic_retinopathy_due_to_type_2_diabetesmellitus(disorder), neuropathy_due_to_type_2_diabetesmellitus(disorder), stroke [2017-09-26 13:22:51] 2(d: natural_causes): Collier612, Julian380. Hispanic Puerto rican. 66 y/o F 226 lbs. -- recurrent_urinary_tract_infection, diabetes [2017-09-26 13:22:52] 3: Deckow148, Vanita215. Hispanic Puerto rican. 39 y/o F 263 lbs. -- hypertension, chronicsinusitis(disorder) [2017-09-26 13:22:54] 4: Weissnat679, Valentine176. White French canadian. 81 y/o M 174 lbs. -- hypertension, chronicsinusitis(disorder), polyp_of_colon [2017-09-26 13:22:56] 5(d: pulmonaryemphysema(disorder)): Harber997, Herschel87. White Swedish. 58 y/o M 276 lbs. -- prediabetes, pulmonaryemphysema(disorder), acute_viralpharyngitis(disorder) [2017-09-26 13:22:58] 6: Lynch854, Portia684. Black African. 45 y/o F 232 lbs. -- [2017-09-26 13:23:00] 7(d: natural_causes): Wilkinson405, Oswaldo835. White French canadian. 58 y/o M 258 lbs. -- prediabetes, chronicsinusitis(disorder) [2017-09-26 13:23:00] 8: Deckow148, Benedict626. White French. 1 y/o M 23 lbs. -- [2017-09-26 13:23:03] 9(d: natural_causes): Wuckert922, Fairy523. Hispanic Puerto rican. 83 y/o F 152 lbs. -- seizure_disorder, history_of_singleseizure(situation), diabetes, appendicitis, history_of_appendectomy, prediabetes, neuropathy_due_to_type_2_diabetesmellitus(disorder) [2017-09-26 13:23:03] 10: Tillman487, Micaela810. White English. 2 y/o F 29 lbs. -- [2017-09-26 13:23:06] 11(d: natural_causes): Blick781, Temika394. White English. 70 y/o F 259 lbs. -- pulmonaryemphysema(disorder), stroke, osteoporosis_(disorder) [2017-09-26 13:23:07] 12: Mosciski86, Elijah811. White Italian. 7 y/o M 62 lbs. -- [2017-09-26 13:23:09] 13(d: malignant_tumor_ofcolon): Leuschke7, Dorethea53. White Italian. 69 y/o F 193 lbs. -- hypertension, osteoporosis(disorder), polyp_of_colon, recurrent_rectal_polyp, malignant_tumor_of_colon [2017-09-26 13:23:12] 14(d: stroke): Kautzer768, Adriana139. Hispanic Puerto rican. 76 y/o F 164 lbs. -- hypertension, prediabetes, fracture_of_clavicle, stroke [2017-09-26 13:23:14] 15(d: natural_causes): Wilderman774, Gertha625. Hispanic Puerto rican. 68 y/o F 200 lbs. -- seizure_disorder, history_of_singleseizure(situation), epilepsy, prediabetes, osteoarthritis_of_hip [2017-09-26 13:23:15] 16: Beatty895, Jeremiah63. White Irish. 14 y/o M 141 lbs. -- seasonal_allergic_rhinitis [2017-09-26 13:23:15] 17: Nolan422, Orville795. White Irish. 25 y/o M 197 lbs. -- [2017-09-26 13:23:19] 18: Schuster400, Zachariah356. White Polish. 93 y/o M 196 lbs. -- hypertension, diabetes, neuropathy_due_to_type_2_diabetesmellitus(disorder), chronicsinusitis(disorder), diabetic_renaldisease(disorder), prediabetes, chronic_obstructivebronchitis(disorder) [2017-09-26 13:23:22] 19(d: natural_causes): Brekke351, Hannelore391. Hispanic Puerto rican. 78 y/o F 147 lbs. -- prediabetes, osteoarthritis_of_hip, chronicsinusitis(disorder), osteoporosis_(disorder) FATAL ERROR State: Delay_Until_Right_Age FATAL ERROR in Module: urinary_tract_infections rake aborted! NoMethodError: undefined method since' for 1729702273.0:Float Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:200:inprocess' Z:/Synthetic_Chute/github_project/synthea/lib/generic/states.rb:37:in run' Z:/Synthetic_Chute/github_project/synthea/lib/generic/context.rb:31:inrun' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:55:in block (2 levels) in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/generic.rb:49:in block in <class:Generic>' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:incall' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in block in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:ineach' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:10:in run' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inblock in apply' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:in each' Z:/Synthetic_Chute/github_project/synthea/lib/modules/module.rb:18:inapply' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:315:in build_person' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:208:inrun_random' Z:/Synthetic_Chute/github_project/synthea/lib/world/sequential.rb:105:in run' lib/tasks/tasks.rake:65:inrun_synthea_sequential' lib/tasks/tasks.rake:42:in `block (2 levels) in <top (required)>' Tasks: TOP => synthea:generate (See full trace by running task with --trace)

Z:\Synthetic_Chute\github_project\synthea>

=========================

Richard

From: Dylan Hall [mailto:notifications@github.com] Sent: Tuesday, September 26, 2017 7:16 AM To: synthetichealth/synthea synthea@noreply.github.com Cc: Richard Zhu zhu@jhu.edu; Mention mention@noreply.github.com Subject: Re: [synthetichealth/synthea] FATAL ERROR State: Delay_Until_Right_Age (#222)

@richard1933https://github.com/richard1933 The image didn't come through. How far does it get before stopping?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/synthetichealth/synthea/issues/222#issuecomment-332166590, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZUZPyLuTRQTgwj60YVQDSCKduyiKcrZks5smNz0gaJpZM4OqEmr.

richard1933 commented 7 years ago

Well, this time I switched to window 7 machine, and it turns out beautiful!!! run all the way to the end without any trouble.

[2017-09-26 14:01:51] 144(d: natural_causes): Murphy37, Francesca405. White English. 11 y/
o F 88 lbs. --
[2017-09-26 14:01:52] 145: Romaguera488, Shirley721. White American. 10 y/o M 73 lbs. -- a
cute_viral_pharyngitis_(disorder)
[2017-09-26 14:01:55] 146: Ondricka401, Brittani966. White Swedish. 83 y/o F 139 lbs. -- a
llergy_to_nut, prediabetes
[2017-09-26 14:01:56] 147: Hilll475, Israel387. White French canadian. 32 y/o M 181 lbs. -
- chronic_sinusitis_(disorder)
[2017-09-26 14:01:57] 148: Swaniawski347, Rema21. Black African. 22 y/o F 155 lbs. --
Generated Demographics:
{
  "age": {
    "70": 11,
    "40": 21,
    "0": 14,
    "30": 19,
    "10": 22,
    "20": 16,
    "50": 18,
    "60": 20,
    "90": 1,
    "80": 6
  },
  "gender": {
    "F": 69,
    "M": 79
  },
  "race": {
    "white": 110,
    "asian": 10,
    "hispanic": 18,
    "black": 10
  },
  "language": {
    "english": 119,
    "portuguese": 5,
    "chinese": 6,
    "german": 1,
    "spanish": 15,
    "french_creole": 1,
    "russian": 1
  },
  "ethnicity": {
    "italian": 17,
    "irish": 32,
    "french": 12,
    "portuguese": 7,
    "chinese": 6,
    "german": 7,
    "puerto_rican": 13,
    "swedish": 4,
    "french_canadian": 2,
    "polish": 9,
    "mexican": 4,
    "asian_indian": 4,
    "african": 4,
    "west_indian": 2,
    "english": 15,
    "american": 4,
    "dominican": 4,
    "russian": 1,
    "central_american": 1
  },
  "blood_type": {
    "a_positive": 51,
    "o_positive": 59,
    "b_positive": 11,
    "ab_positive": 9,
    "a_negative": 9,
    "o_negative": 8,
    "b_negative": 1
  },
  "living_adults_by_race": {
    "white": 56,
    "asian": 6,
    "hispanic": 10,
    "black": 3
  },
  "population_count": 148,
  "dead": 48,
  "age_sum": 6073,
  "adults": 115,
  "birth_rate": 2.383918143276085,
  "living": 100,
  "living_adults": 75
}
Outputting All Prevalence Data to ./output//all_prevalences.csv
Outputting Targeted Prevalence Data to ./output//targeted_prevalences.csv
Completed in 3 minute(s) 56 second(s).
Finished.

I've got all 148 records. thank you so much!