-
Notifications
You must be signed in to change notification settings - Fork 7
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
add TB culture HSI #1453
add TB culture HSI #1453
Conversation
this occurs during program scale-up, only if person has had a negative prior test but has all symptoms indicative of tb
Thanks Tara -- running now. For the review, maybe we should allow this to happen only under 'max', since we think it's quite hypothetical? |
Sure. I think it will depend on what we want to present, are you thinking that we only present the max scenario? The targeted scenario will likely show a very muted effect. |
…nto hallett/test_run_htm_scale_up
Thanks @tdm32 --- do we want to roll-back the analysis scripts on here, so that it's just the changes to the TB module....? Or, are you using this for your production runs for your current GF and FCDO analyses? |
…nto hallett/test_run_htm_scale_up
@tbhallett I've rolled back those files which do exist on master. Additional analysis scripts on this branch - which are not present in master - don't need to be pushed. Should we delete them or can we just merge those relevant files? Required for merge to master: |
Are we keeping this or closing it off? @tdm32 |
@tdm32 on this one:
|
src/tlo/methods/tb.py
Outdated
if self.suppress_footprint: | ||
return self.make_appt_footprint({}) | ||
else: | ||
return ACTUAL_APPT_FOOTPRINT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see where the option to suppress the footprint is exercised? Just checking if it should be, given that you've put this logic in?
Also - no need for the else clause: no return, implies that ( return ACTUAL_APPT_FOOTPRINT
) anyway and Is quicker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed this now
@tdm32 --- I've removed the files that I think didn't want to be on this PR. The .xlsx for Priority Polices look the same to me? Are you sure we need to update? |
@tbhallett there should be the additional HSI for TB culture in the priority policies sheets |
This branch has the HTM scale-up scenarios plus the new culture diagnostic test for tb which is used for people with a false test (xpert, sputum, xray or clinical) but all the symptoms indicative of tb. It is only called if program scale-up is 'target' or 'max'