Skip to content

Commit

Permalink
address comments in PR #1456
Browse files Browse the repository at this point in the history
  • Loading branch information
tdm32 committed Nov 19, 2024
1 parent bd1d845 commit a56ebef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tlo/methods/hiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,7 @@ def _build_linear_models(self):
Predictor("sex").when("M", 1.0).otherwise(0.0),
Predictor("year",
external=True,
conditions_are_mutually_exclusive=True,
conditions_are_exhaustive=True).when("<2019", 1)
conditions_are_mutually_exclusive=True).when("<2019", 1)
.otherwise(p["increase_in_prob_circ_2019"])
)

Expand Down

0 comments on commit a56ebef

Please sign in to comment.