Skip to content

Commit 226ab1b

Browse files
healthsystem: sort equipment for log
Co-authored-by: Tim Hallett <[email protected]>
1 parent 9e04f7c commit 226ab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tlo/methods/healthsystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ def write_to_log_and_reset_counters(self):
27522752
key="Equipment",
27532753
description="Sets of used equipment for each facility level in this calendar year.",
27542754
data={
2755-
"Equipment_By_Level": self._equip_by_level,
2755+
"Equipment_By_Level": sorted(self._equip_by_level),
27562756
},
27572757
)
27582758

0 commit comments

Comments
 (0)