Skip to content
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 .codespellrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[codespell]
skip = .git,*.ipynb,*.bib,*.ps
skip = .git,*.bib,*.ps
ignore-words = .codespell-ignore-words


3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: pip install -r ./requirements.txt

- name: Preprocess notebooks
run: for i in $(find . -name "*.ipynb"); do jupyter nbconvert --clear-output --inplace $i; done

- name: Run codespell
run: |
codespell
Expand Down
2 changes: 1 addition & 1 deletion docs/hse-reconstruction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
"id": "ec8ae681-d63c-4426-8939-898f8e6154fc",
"metadata": {},
"source": [
"The final variation is to keep the parabola in terms of $p^\\prime$ and do the characterstic tracing\n",
"The final variation is to keep the parabola in terms of $p^\\prime$ and do the characteristic tracing\n",
"on that. Then we need add back in the HSE interface pressure after the tracing. \n",
"\n",
"A few notes:\n",
Expand Down