Skip to content

Commit

Permalink
do not test benchmark nb
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Nov 9, 2022
1 parent f1e7c36 commit d284e9b
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 @@ -10,7 +10,7 @@
testdir = tempfile.mkdtemp()

def get_notebooks():
skip = ["benchmark_besselaes.ipynb"]
skip = ["benchmarking_besselaes.ipynb"]
return [f for f in os.listdir(nbdir) if f.endswith('.ipynb') and f not in skip]

def get_jupyter_kernel():
Expand Down

0 comments on commit d284e9b

Please sign in to comment.