We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d52f commit dd600aaCopy full SHA for dd600aa
src/vivarium_csu_alzheimers/components/testing.py
@@ -231,6 +231,7 @@ def _generate_bbbm_testing_data(
231
232
time_steps_until_next_test = self.randomness.choice(
233
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
235
choices=TIME_STEPS_UNTIL_NEXT_BBBM_TEST[:-1],
236
additional_key="bbbm_time_until_next_test_history",
237
)
0 commit comments