Skip to content

Commit 4fe8e1f

Browse files
committed
Correct log name in analysis file
1 parent ebe0ebc commit 4fe8e1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f68e30f87dbe757b98cea2658c8f0c40cab629c4b6825a012ce90e12a27bc612
3-
size 102
2+
oid sha256:fbb13b64e27d6ba81ff4bc779e4c50f0dda63b784ec7cc1790ddb64777fb9f35
3+
size 242

src/tlo/analysis/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def extract_event_chains(results_folder: Path,
440440
"""Utility function to collect chains of events. Individuals across runs of the same draw will be combined into unique df.
441441
Returns dictionary where keys are draws, and each draw is associated with a dataframe of format 'E', 'EventDate', 'EventName', 'Info' where 'Info' is a dictionary that combines A&Vs for a particular individual + date + event name combination.
442442
"""
443-
module = 'tlo.simulation'
443+
module = 'tlo.collect_event_chains'
444444
key = 'event_chains'
445445

446446
# get number of draws and numbers of runs

0 commit comments

Comments
 (0)