Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 27, 2023
1 parent e281c1a commit 0e5a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

TUTORIALS_DIR = ROOT_DIR.parent / "docs" / "tutorials"
DISABLE_NOTEBOOKS = []
NOTEBOOK_PATHS = sorted(list(TUTORIALS_DIR.glob("*.ipynb")))
NOTEBOOK_PATHS = sorted(TUTORIALS_DIR.glob("*.ipynb"))
NOTEBOOK_PATHS = list(filter(lambda x: x.name not in DISABLE_NOTEBOOKS, NOTEBOOK_PATHS))

# Discard some notebooks
Expand Down

0 comments on commit 0e5a22a

Please sign in to comment.