File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4747 # Workaround for https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
4848 # Some of the notebooks run into a DeadKernelError on CircleCI, but do execute and render on GHA.
4949 # Ignore them here.
50- nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md' , 'Parallelize_Convolution.md' , 'neowise-source-table-lightcurves.md' ]
50+ nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md' , 'Parallelize_Convolution.md' ]
51+
52+ # Both NEOWISE notebooks work with large data that doesn't work with CircleCI resource limits
53+ nb_execution_excludepatterns += ['neowise-source-table-strategies' , 'neowise-source-table-lightcurves.md' ]
5154
5255if platform .platform ().startswith ("mac" ) or platform .platform ().startswith ("win" ):
5356 # The way the notebooks use the multiprocessing module is known to not work on non-Linux
54- nb_execution_excludepatterns += ['Parallelize_Convolution.md' ]
57+ nb_execution_excludepatterns += ['Parallelize_Convolution.md' , 'neowise-source-table-lightcurves.md' ]
5558
5659# -- Options for HTML output -------------------------------------------------
5760
You can’t perform that action at this time.
0 commit comments