-
Notifications
You must be signed in to change notification settings - Fork 13
Updated schistosomiasis model #1587
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
base: master
Are you sure you want to change the base?
Conversation
…ose with scheduled symptoms in the future
…ng scheduled clinical/severe infections
make sure treatment only has effect on current infection (date_treated after date_infection)
# Conflicts: # src/tlo/methods/tb.py
# Conflicts: # resources/ResourceFile_HIV.xlsx # resources/ResourceFile_TB.xlsx # src/tlo/methods/hiv.py # src/tlo/methods/tb.py
…return 1. So TB treatment will have no effect on incidence
@tbhallett @tamuri this is the revised schisto module. I'd appreciate a review of both the modelling, but also whether there are any efficiency gains to be had given this update frequently crashes during full model runs. I have tried to avoid making copies of the dataframe and switching individual level events to population events to reduce memory usage. Please do let me know if you have other ideas though. Thanks so much. |
…chisto_for_PR # Conflicts: # src/tlo/methods/schisto.py
make sure no new juveniles infecting person until current set have matured or will over-write the juvenile infection date
delay juvenile worms maturing for 2 months update WASH effects on susceptibility update ordering of events
Just addressing this point- memory problems are no longer an issue following updates to methods here and to master. |
This updated version of the schistosomiasis code has the following features: