Skip to content

Commit ee805b3

Browse files
committed
Merge branch 'main' into feature/BCSS-20550-c6-logging
# Conflicts: # docs/utility-guides/InvestigationDataset.md # utils/investigation_dataset.py
2 parents 69e988b + 053efec commit ee805b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/utility-guides/InvestigationDataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The methods in this utility require specific arguments. Below is a summary of th
3636

3737
Required arguments for main method:
3838
- result (str): The result of the investigation dataset. Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
39-
- younger (`bool`): True if the subject is younger than 50, False otherwise.
39+
- younger (`bool`): True if the subject is younger than 70, False otherwise.
4040

4141
## Investigation Dataset Specific Functions
4242

utils/investigation_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def progress_episode_based_on_result(self, result: str, younger: bool) -> None:
333333
Args:
334334
result (str): The result of the investigation dataset.
335335
Should be one of InvestigationDatasetResults (HIGH_RISK, LNPCP, NORMAL).
336-
younger (bool): True if the subject is younger than 50, False otherwise.
336+
younger (bool): True if the subject is younger than 70, False otherwise.
337337
"""
338338
if result == InvestigationDatasetResults.HIGH_RISK:
339339
self.after_high_risk_result()

0 commit comments

Comments
 (0)