Skip to content

Commit

Permalink
Fixes moved files and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 15, 2019
1 parent f59fdf3 commit ea97fb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _unittests/ut_plotting/test_plot_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TestPlotGallery(ExtTestCase):
def test_plot_gallery(self):
temp = get_temp_folder(__file__, "temp_plot_gallery")
zipimg = os.path.join(temp, "..", "..", "..", "_doc",
"notebooks", "data", "dog-cat-pixabay.zip")
"notebooks", "explore", "data", "dog-cat-pixabay.zip")
files = unzip_files(zipimg, where_to=temp)

fix_tkinter_issues_virtualenv(fLOG=noLOG)
Expand All @@ -50,7 +50,7 @@ def test_plot_gallery(self):
def test_plot_gallery_matrix(self):
temp = get_temp_folder(__file__, "temp_plot_gallery_matrix")
zipimg = os.path.join(temp, "..", "..", "..", "_doc",
"notebooks", "data", "dog-cat-pixabay.zip")
"notebooks", "explore", "data", "dog-cat-pixabay.zip")
files = unzip_files(zipimg, where_to=temp)

fix_tkinter_issues_virtualenv(fLOG=noLOG)
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_search_rank/test_search_images_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_search_predictions_torch(self):
dest = os.path.join(temp, "simages")
os.mkdir(dest)
zipname = os.path.join(
temp, "..", "..", "..", "_doc", "notebooks", "data", "dog-cat-pixabay.zip")
temp, "..", "..", "..", "_doc", "notebooks", "explore", "data", "dog-cat-pixabay.zip")
files = unzip_files(zipname, where_to=dest)
self.assertTrue(len(files) > 0)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chardet
coverage
cpyquickhelper
cpyquickhelper>=0.1.178
guzzle_sphinx_theme
jyquickhelper
pandas_streaming
Expand Down

0 comments on commit ea97fb8

Please sign in to comment.