Skip to content

Commit

Permalink
Test real world examples only
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 6, 2023
1 parent 338a114 commit 502cf39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/test_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ pip3 install ./Tools
pytest Tests/dea_tools

# Test Juputer Notebooks
pytest --durations=50 --nbval-lax Beginners_guide DEA_products How_to_guides Real_world_examples --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 --ignore Real_world_examples/Mapping_inundation_using_stream_gauges.ipynb --ignore Real_world_examples/Estimate_climate_driver_influence_on_rainfall.ipynb
# pytest --durations=100 --nbval-lax Beginners_guide DEA_products How_to_guides Real_world_examples --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 --ignore Real_world_examples/Mapping_inundation_using_stream_gauges.ipynb --ignore Real_world_examples/Estimate_climate_driver_influence_on_rainfall.ipynb
pytest --durations=100 --nbval-lax Real_world_examples --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 --ignore Real_world_examples/Mapping_inundation_using_stream_gauges.ipynb --ignore Real_world_examples/Estimate_climate_driver_influence_on_rainfall.ipynb
# pytest --durations=100 --nbval-lax Beginners_guide DEA_products How_to_guides Real_world_examples --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 --ignore Real_world_examples/Mapping_inundation_using_stream_gauges.ipynb --ignore Real_world_examples/Estimate_climate_driver_influence_on_rainfall.ipynb

0 comments on commit 502cf39

Please sign in to comment.