Warning generated about logged columns
Open
@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
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.