Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4ff37 commit edcf081Copy full SHA for edcf081
autotest/test_02_on_topic.py
@@ -791,22 +791,6 @@ def test_11___Running_Bokeh_Applications():
791
assert out == 0
792
return 1
793
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
806
- raise(e)
807
- assert out == 0
808
- return 1
809
-
810
def test_Folium02_CheckZorder():
811
fpath_rel = ['20_folium', 'Folium02_CheckZorder.ipynb']
812
subdir = fpath_rel[:-1]
0 commit comments