diff --git a/autotest/test_02_on_topic.py b/autotest/test_02_on_topic.py index 7ba2f8c..1e57ed8 100644 --- a/autotest/test_02_on_topic.py +++ b/autotest/test_02_on_topic.py @@ -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'] diff --git a/autotest/test_03_practical_examples.py b/autotest/test_03_practical_examples.py index 356e0d5..e050c36 100644 --- a/autotest/test_03_practical_examples.py +++ b/autotest/test_03_practical_examples.py @@ -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']