From 78db2356ccf5ba6c10dbb3455b70f01fc2d1c4c7 Mon Sep 17 00:00:00 2001 From: James Kent Date: Wed, 16 Aug 2023 13:12:45 -0500 Subject: [PATCH 1/2] ignore sample_text --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index c60e01e3a..de464886f 100644 --- a/.codespellrc +++ b/.codespellrc @@ -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_text.csv # regexes ignore-regex = r"\(\?i\).*\\\\1 ignore-words-list = te,fwe,connexion,zoon,covert,rime From 855658a6a4a1f926db1493e2cb5a0da9f532eb22 Mon Sep 17 00:00:00 2001 From: James Kent Date: Thu, 17 Aug 2023 20:57:16 -0500 Subject: [PATCH 2/2] ignore sample data and fix spelling --- .codespellrc | 2 +- store/neurostore/ingest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index de464886f..27ba2ce7e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,5 +1,5 @@ [codespell] -skip = .git,*.pdf,*.svg,*.ts,*.tsx,package-lock.json,data-*vocabulary.txt,sample_text.csv +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 diff --git a/store/neurostore/ingest/__init__.py b/store/neurostore/ingest/__init__.py index 4bc91e324..07932c334 100644 --- a/store/neurostore/ingest/__init__.py +++ b/store/neurostore/ingest/__init__.py @@ -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