Skip to content

Commit

Permalink
disable test requiring cartopy, se #24
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Jun 2, 2022
1 parent 2517af7 commit d0296cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions autotest/test_02_on_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ def test_GIS_pyshp():
tf.run_notebook(fname, clearoutput=False)
return 0

def test_introduction_raster_IO():
fpath_rel = ['08_GIS', 'introduction_raster_IO.ipynb']
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)
return 0
# def test_introduction_raster_IO():
# fpath_rel = ['08_GIS', 'introduction_raster_IO.ipynb']
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)
# return 0

def test_01_best_practices():
fpath_rel = ['09_Code_Quality', '01_best_practices.ipynb']
Expand Down
10 changes: 5 additions & 5 deletions autotest/test_03_practical_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def test_Delfland_waterways():
tf.run_notebook(fname, clearoutput=False)
return 0

def test_wms_plot():
fpath_rel = ['01_GIS', '03_plot_wms_data', 'wms_plot.ipynb']
fname = os.path.join(nb_dir, *fpath_rel)
tf.run_notebook(fname, clearoutput=False)
return 0
# def test_wms_plot():
# fpath_rel = ['01_GIS', '03_plot_wms_data', 'wms_plot.ipynb']
# fname = os.path.join(nb_dir, *fpath_rel)
# tf.run_notebook(fname, clearoutput=False)
# return 0

def test_geboortes_nl():
fpath_rel = ['02_data_analysis', '01_cbs_data', 'geboortes_nl.ipynb']
Expand Down

0 comments on commit d0296cd

Please sign in to comment.