From c1b0f06393e4017f6337e2344881dc6fbcce8afe Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 4 Dec 2023 15:13:17 +1100 Subject: [PATCH 1/2] Restore DEA Tools install --- Tests/test_notebooks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_notebooks.sh b/Tests/test_notebooks.sh index d46ed09ec..67a9f4e46 100755 --- a/Tests/test_notebooks.sh +++ b/Tests/test_notebooks.sh @@ -5,6 +5,7 @@ set -ex set -o pipefail cd ./dea-notebooks +pip3 install ./Tools # Test DEA Tools functions pytest Tests/dea_tools From 82f3d664a2eb4dcebe93f50adf354dd9c03de672 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Mon, 4 Dec 2023 15:27:19 +1100 Subject: [PATCH 2/2] Add remainder of DEA products and How to notebooks, increase durations --- Tests/test_notebooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_notebooks.sh b/Tests/test_notebooks.sh index 67a9f4e46..faacdcc3d 100755 --- a/Tests/test_notebooks.sh +++ b/Tests/test_notebooks.sh @@ -11,4 +11,4 @@ pip3 install ./Tools pytest Tests/dea_tools # Test Juputer Notebooks -pytest --durations=10 --nbval-lax Beginners_guide +pytest --durations=50 --nbval-lax Beginners_guide DEA_products How_to_guides --ignore How_to_guides/Land_cover_pixel_drill.ipynb --ignore How_to_guides/External_data_ERA5_Climate.ipynb --ignore How_to_guides/Imagery_on_web_map.ipynb