From 3bcc505f7d6ac2d020880d833a5240374f4c404a Mon Sep 17 00:00:00 2001 From: IanCa Date: Fri, 24 May 2024 15:32:12 -0500 Subject: [PATCH] Fix for codespell and documentation errors --- hed/models/base_input.py | 2 +- hed/schema/hed_schema.py | 2 +- hed/schema/schema_io/ontology_util.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hed/models/base_input.py b/hed/models/base_input.py index 2fd653d8..a10f4bc1 100644 --- a/hed/models/base_input.py +++ b/hed/models/base_input.py @@ -409,7 +409,7 @@ def combine_dataframe(dataframe): skipping empty columns and columns with empty strings. Parameters: - dataframe(Dataframe): The dataframe to combin + dataframe(Dataframe): The dataframe to combine Returns: Series: The assembled series. diff --git a/hed/schema/hed_schema.py b/hed/schema/hed_schema.py index 0c47538a..156ca31e 100644 --- a/hed/schema/hed_schema.py +++ b/hed/schema/hed_schema.py @@ -314,7 +314,7 @@ def save_as_dataframes(self, base_filename, save_merged=False): If base_filename has a .tsv suffix, save directly to the indicated location. If base_filename is a directory(does NOT have a .tsv suffix), save the contents into a directory named that. - The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv + The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv base_filename: str save filename. A suffix will be added to most, e.g. _Tag diff --git a/hed/schema/schema_io/ontology_util.py b/hed/schema/schema_io/ontology_util.py index d11e362d..131e98ff 100644 --- a/hed/schema/schema_io/ontology_util.py +++ b/hed/schema/schema_io/ontology_util.py @@ -362,7 +362,7 @@ def save_dataframes(base_filename, dataframe_dict): If base_filename has a .tsv suffix, save directly to the indicated location. If base_filename is a directory(does NOT have a .tsv suffix), save the contents into a directory named that. - The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv + The subfiles are named the same. e.g. HED8.3.0/HED8.3.0_Tag.tsv Parameters: base_filename(str): The base filename to use. Output is {base_filename}_{suffix}.tsv