Skip to content

Commit

Permalink
Merge pull request #309 from bsipocz/CI_execute_for_rendering
Browse files Browse the repository at this point in the history
CI: execute for rendering
  • Loading branch information
bsipocz authored Sep 14, 2024
2 parents 6d66e51 + c85eb69 commit 0434f1e
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 29 deletions.
18 changes: 18 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,25 @@
exclude_patterns += ['documentation/notebook_review_process.md', 'spectroscopy/*', '*/code_src/*']

# Myst-NB configuration
# Override kernelspec.name for rendering for all the notebooks.
# "python3" kernel is created by ipython.
nb_kernel_rgx_aliases = {".*": "python3"}

nb_execution_timeout = 900
nb_execution_excludepatterns = []

# Don't execute the forced photometry notebook until we base the CI on
# the actual fornax image instead of the fresh installs
# (aka tractor install pain).
nb_execution_excludepatterns += ['multiband_photometry.md',]

# We use the non-public IRSA bucket for ZTF data, cannot execute the generator
# 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 -------------------------------------------------

Expand Down
Loading

0 comments on commit 0434f1e

Please sign in to comment.