Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edcf081

Browse files
committed
remove first folium notebook from tests because mplleaflet is not maintained anymore, see this issue plotly/plotly.py#2913
1 parent 9b4ff37 commit edcf081

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

autotest/test_02_on_topic.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -791,22 +791,6 @@ def test_11___Running_Bokeh_Applications():
791791
assert out == 0
792792
return 1
793793

794-
def test_Folium01_and_mplleaflet():
795-
fpath_rel = ['20_folium', 'Folium01_and_mplleaflet.ipynb']
796-
subdir = fpath_rel[:-1]
797-
fname = fpath_rel[-1]
798-
fdir = os.path.join(*nb_dir, *subdir)
799-
cwd = os.getcwd()
800-
os.chdir(fdir)
801-
try:
802-
out = tf.run_notebook(fname, clearoutput=True)
803-
os.chdir(cwd)
804-
except Exception as e:
805-
os.chdir(cwd)
806-
raise(e)
807-
assert out == 0
808-
return 1
809-
810794
def test_Folium02_CheckZorder():
811795
fpath_rel = ['20_folium', 'Folium02_CheckZorder.ipynb']
812796
subdir = fpath_rel[:-1]

0 commit comments

Comments
 (0)