Skip to content

Commit

Permalink
Update notebook names
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Oct 18, 2017
1 parent 9119d6f commit cf1e1a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration_test.py
Expand Up @@ -30,10 +30,10 @@ def run_notebook(notebook_name):

@SkipTest
def jupyter_lda_test():
run_notebook("Introducing_lda.ipynb")
run_notebook("IntroducingLda.ipynb")

def jupyter_gensim_test():
run_notebook("Introducing_gensim.ipynb")
run_notebook("IntroducingGensim.ipynb")

def jupyter_MALLET_test():
run_notebook("Introducing_MALLET.ipynb")
run_notebook("IntroducingMallet.ipynb")

0 comments on commit cf1e1a2

Please sign in to comment.