Skip to content

Commit

Permalink
nbval update sanitize-with argument
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Nov 11, 2024
1 parent ec105a3 commit 5ded716
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nbval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run notebook and check output
run: |
# --sanitize-with: pre-process text to remove irrelevant differences (e.g. warning filepaths)
pytest --nbval --sanitize-with docs/nbval_sanitization_rules.cfg docs/${{ matrix.notebook-file }}
pytest --nbval --nbval-sanitize-with docs/nbval_sanitization_rules.cfg docs/${{ matrix.notebook-file }}
- name: Run notebooks again, save files
run: |
pip install nbconvert[webpdf]
Expand Down
30 changes: 15 additions & 15 deletions docs/TrendAnalysis_example_NSRDB.ipynb

Large diffs are not rendered by default.

0 comments on commit 5ded716

Please sign in to comment.