Skip to content

Commit 67196fd

Browse files
committed
brc: changes in comments based on discussion with Andrew in #1098
1 parent 34c3014 commit 67196fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tlo/methods/breast_cancer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ class BreastCancerMainPollingEvent(RegularEvent, PopulationScopeEventMixin):
574574

575575
def __init__(self, module):
576576
super().__init__(module, frequency=DateOffset(months=1))
577-
# scheduled to run every 3 months: do not change as this is hard-wired into the values of all the parameters.
577+
# scheduled to run every month: do not change as this is hard-wired into the values of all the parameters.
578578

579579
def apply(self, population):
580580
df = population.props # shortcut to dataframe
@@ -645,7 +645,7 @@ def __init__(self, module, person_id):
645645

646646
self.TREATMENT_ID = "BreastCancer_Investigation"
647647
self.EXPECTED_APPT_FOOTPRINT = self.make_appt_footprint({"Over5OPD": 1, "Mammography": 1})
648-
self.ACCEPTED_FACILITY_LEVEL = '3' # Mammography only available at level 3 and above.
648+
self.ACCEPTED_FACILITY_LEVEL = '3' # Biopsy only available at level 3 and above.
649649

650650
def apply(self, person_id, squeeze_factor):
651651
df = self.sim.population.props

0 commit comments

Comments
 (0)