Skip to content

Commit

Permalink
CI: exclude ML_AGNzoo notebook for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 13, 2024
1 parent f9c6d98 commit f7c7ea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c7ea1

Please sign in to comment.