Skip to content

Commit 7e26154

Browse files
committed
writing to hv_on_cotrimoxazole with False instead of not
1 parent 10c2df9 commit 7e26154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tlo/methods/hiv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ def stops_treatment(self, person_id):
13521352

13531353
# Set that the person is no longer on ART or cotrimoxazole
13541354
df.at[person_id, "hv_art"] = "not"
1355-
df.at[person_id, "hv_on_cotrimoxazole"] = "not"
1355+
df.at[person_id, "hv_on_cotrimoxazole"] = False
13561356

13571357
def per_capita_testing_rate(self):
13581358
"""This calculates the numbers of hiv tests performed in each time period.

0 commit comments

Comments
 (0)