UCL / UCL/TLOmodel

Warning generated about logged columns

Open
#1,440 1 comment 0 reactions 1 assignee View on GitHub

@tamuri is already working on this.

Since Jul 1, 2026.

framework
Dominant language
Python
Stars
35
Forks
17
PR merge metrics
No merged PRs in 30d

Description

When running a Scenario, I see the following warning issued. I presume it's of interest right now to @matt-graham and is related to #1434 and #1435

/Users/tbh03/GitHub/TLOmodel/src/tlo/scenario.py:438: InconsistentLoggedColumnsWarning: Inconsistent columns in logged values for tlo.scenario logger with key override_parameter compared to header generated from initial log entry:
  Columns in header not in logged values are
  {'new_value': 'bool', 'old_value': 'bool'}
  Columns in logged values not in header are
  {'new_value': 'str', 'old_value': 'str'}
  logger.info(

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.