Skip to content

Commit dd600aa

Browse files
albrjaaflaxman
authored andcommitted
Fix date in testing ramp (#68)
Fix date in treatmnet ramp
1 parent fe6d52f commit dd600aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vivarium_csu_alzheimers/components/testing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def _generate_bbbm_testing_data(
231231

232232
time_steps_until_next_test = self.randomness.choice(
233233
index=simulants[eligible_sims].index,
234+
# There should be a total of 10 options including now (0 years) to 4.5 years, in 6 month increments
234235
choices=TIME_STEPS_UNTIL_NEXT_BBBM_TEST[:-1],
235236
additional_key="bbbm_time_until_next_test_history",
236237
)

0 commit comments

Comments
 (0)