diff --git a/hed/tools/remodeling/operations/factor_hed_tags_op.py b/hed/tools/remodeling/operations/factor_hed_tags_op.py index f3ae8cd2f..02621b753 100644 --- a/hed/tools/remodeling/operations/factor_hed_tags_op.py +++ b/hed/tools/remodeling/operations/factor_hed_tags_op.py @@ -43,22 +43,17 @@ def __init__(self, parameters): Parameters: parameters (dict): Actual values of the parameters for the operation. - Raises: - - KeyError - - If a required parameter is missing. - | - - If an unexpected parameter is provided. - - TypeError - - If a parameter has the wrong type. + :raises KeyError: + - If a required parameter is missing. + - If an unexpected parameter is provided. - ValueError - - If the specification is missing a valid operation. - | - - If the length of query names is not empty and not same length as queries. + :raises TypeError: + - If a parameter has the wrong type. - - If there are duplicate query names. + :raises ValueError: + - If the specification is missing a valid operation. + - If the length of query names is not empty and not same length as queries. + - If there are duplicate query names. """ super().__init__(self.PARAMS, parameters)