Skip to content

Commit

Permalink
fix unit test and adjsut to matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 9, 2017
1 parent 2ac986c commit a1a0065
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 58 deletions.
92 changes: 36 additions & 56 deletions _doc/notebooks/challenges/city_bike/bike_seatle.ipynb

Large diffs are not rendered by default.

Expand Up @@ -86,7 +86,7 @@ def test_notebook_challenge_city_tour(self):
self._testMethodName,
OutputPrint=__name__ == "__main__")
fix_tkinter_issues_virtualenv()
temp = get_temp_folder(__file__, "temp_challenge_city_bike")
temp = get_temp_folder(__file__, "temp_challenge_city_bike1")
keepnote = ls_notebooks(os.path.join("challenges", "city_bike"))
self.assertTrue(len(keepnote) > 0)
folder = os.path.dirname(keepnote[0])
Expand Down
Expand Up @@ -86,7 +86,7 @@ def test_notebook_challenge_city_tour(self):
self._testMethodName,
OutputPrint=__name__ == "__main__")
fix_tkinter_issues_virtualenv()
temp = get_temp_folder(__file__, "temp_challenge_city_bike")
temp = get_temp_folder(__file__, "temp_challenge_city_bike2")
keepnote = ls_notebooks(os.path.join("challenges", "city_bike"))
self.assertTrue(len(keepnote) > 0)
folder = os.path.dirname(keepnote[0])
Expand Down

0 comments on commit a1a0065

Please sign in to comment.