Skip to content

Commit

Permalink
Fix tutorial notebook names (apache#7050)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthesun authored and piiswrong committed Jul 14, 2017
1 parent 897cc55 commit 4a16fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nightly/test_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_tutorial_nb(file_path):
path of tutorial markdown file
"""
tutorial_name = os.path.basename(file_path)
notebook = nbformat.read(file_path + '_python.ipynb', as_version=4)
notebook = nbformat.read(file_path + '.ipynb', as_version=4)
eprocessor = ExecutePreprocessor(timeout=1800)
try:
eprocessor.preprocess(notebook, {'metadata': {}})
Expand Down

0 comments on commit 4a16fa7

Please sign in to comment.