UCL / UCL/TLOmodel

Consumables not recognised

Open
#592 4 comments 0 reactions 1 assignee View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.