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

Fix for codespell and documentation errors #933

Merged
merged 2 commits into from
May 24, 2024
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
2 changes: 1 addition & 1 deletion hed/models/base_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hed/schema/hed_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hed/schema/schema_io/ontology_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ hed = ["schema/schema_data/*.xml", "resources/*.png"]

[tool.codespell]
skip = '*.git,*.pdf,*.xml,*.mediawiki,*.svg,versioneer.py,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests'
ignore-words-list = 'te,parms'
ignore-words-list = 'te,parms,assertIn'