From f7c7ea1ad44b9c70f76c727d3fc0ac6cc85feab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 12 Sep 2024 16:11:31 -0700 Subject: [PATCH] CI: exclude ML_AGNzoo notebook for now --- conf.py | 4 ++++ tox.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index e96bc553..b8b7ebf8 100644 --- a/conf.py +++ b/conf.py @@ -59,6 +59,10 @@ # notebook until https://github.com/nasa-fornax/fornax-demo-notebooks/issues/311 is addressed nb_execution_excludepatterns += ['light_curve_generator.md',] +# DTW distance runs too long, exclude notebooks for now, see +# https://github.com/nasa-fornax/fornax-demo-notebooks/issues/324 +nb_execution_excludepatterns += ['ML_AGNzoo.md',] + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for diff --git a/tox.ini b/tox.ini index 049e2621..61c21a4d 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = # -rlight_curves/requirements_light_curve_generator.txt -rlight_curves/requirements_scale_up.txt -rlight_curves/requirements_light_curve_classifier.txt - -rlight_curves/requirements_ML_AGNzoo.txt +# -rlight_curves/requirements_ML_AGNzoo.txt # We use these files to specify all the dependencies, and below we override # versions for specific testing scenarios buildhtml: -rsite-requirements.txt