Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying an experiment with the apidocs #688

Merged
merged 3 commits into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hed/tools/remodeling/operations/factor_hed_tags_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ def __init__(self, parameters):

KeyError
- If a required parameter is missing.

|
- If an unexpected parameter is provided.

TypeError
- If a parameter has the wrong type.

ValueError
- If the specification is missing a valid operation.

- 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.
Expand Down
9 changes: 5 additions & 4 deletions hed/tools/remodeling/operations/factor_hed_type_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ def __init__(self, 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.
KeyError
- If a required parameter is missing.
|
- If an unexpected parameter is provided.

TypeError
- If a parameter has the wrong type.

ValueError
- If the specification is missing a valid operation.

Expand Down