Consumables not recognised
Open
Nobody has claimed this yet.
epi
- Dominant language
- Python
- Stars
- 35
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Scale-run in https://github.com/UCL/TLOmodel/pull/589 turns up the following item codes being called in certain HSI_Events that are not being recognised in the consumables module:
{
('Alri_Pneumonia_Treatment_Outpatient', (9,)), # <-- @inesll is looking at in #460
('Alri_Pneumonia_Treatment_Inpatient', (1229,)), # <-- @inesll is looking at in #460
('Alri_Pneumonia_Treatment_Inpatient', (9, 253)), # <-- @inesll is looking at in #460
('Alri_Pneumonia_Treatment_Inpatient', (9,)), # <-- @inesll is looking at in #460
('Alri_Pneumonia_Treatment_Outpatient', (9, 253)), # <-- @inesll is looking at in #460
('Alri_Pneumonia_Treatment_Outpatient', (1229,)), # <-- @inesll is looking at in #460
('Tb_Treatment', (182,)), # <-- @tdm32 (this is based on the version as of Friday), might have changed since?
('Undernutrition_Feeding', (1171,)), # <-- @inesll please could you take a look?
('Undernutrition_Feeding', (1221,)), # <-- @inesll please could you take a look?
('Schisto_MDA', (1735,)), # <-- @tbhallett will look at
('Schisto_Treatment', (1735,)), # <-- @tbhallett will look at
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.