Skip to content

Commit

Permalink
[FIX] ignore sample_text (#572)
Browse files Browse the repository at this point in the history
* ignore sample_text

* ignore sample data and fix spelling
  • Loading branch information
jdkent authored Aug 18, 2023
1 parent a54f50b commit 57a9dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt
skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt,sample_*.csv
# regexes
ignore-regex = r"\(\?i\).*\\\\1
ignore-words-list = te,fwe,connexion,zoon,covert,rime
2 changes: 1 addition & 1 deletion store/neurostore/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def ace_ingestion_logic(coordinates_df, metadata_df, text_df):
other_base_studies = [
bs for bs in base_studies if bs.id != source_base_study.id
]
# do not overwrite the verions column
# do not overwrite the versions column
# we want to append to this column
columns = [
c.name
Expand Down

0 comments on commit 57a9dcd

Please sign in to comment.