We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c352893 commit da8fc95Copy full SHA for da8fc95
conf.py
@@ -47,7 +47,7 @@
47
# Workaround for https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
48
# Some of the notebooks run into a DeadKernelError on CircleCI, but do execute and render on GHA.
49
# Ignore them here.
50
- nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md']
+ nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
51
52
if platform.platform().startswith("mac") or platform.platform().startswith("win"):
53
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
0 commit comments