Skip to content

Commit ac21e9e

Browse files
authored
Merge pull request #67 from bsipocz/CI_adding_euclid_execution
CI: enable euclid notebook execution for HTML building
2 parents 7743b52 + b52e734 commit ac21e9e

File tree

6 files changed

+7
-40
lines changed

6 files changed

+7
-40
lines changed

conf.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,22 @@
4949

5050
if 'CIRCLECI' in os.environ:
5151
# Workaround for https://github.com/Caltech-IPAC/irsa-tutorials/issues/6
52-
# Some of the notebooks run into a DeadKernelError on CircleCI, but do execute and render on GHA.
53-
# Ignore them here.
52+
# Some of the notebooks run into a DeadKernelError (hitting the memory limit) on CircleCI,
53+
# but do execute and render on GHA. Ignore them here.
5454
nb_execution_excludepatterns += ['wise-allwise-catalog-demo.md', 'Parallelize_Convolution.md']
5555

56+
5657
if 'CI' in os.environ:
5758
# Both NEOWISE parquet notebooks work with large data that doesn't work within CircleCI or GHA resource limits
58-
nb_execution_excludepatterns += ['neowise-source-table-strategies.md', 'neowise-source-table-lightcurves.md']
59+
# Some Euclid notebooks are also hitting limits on both platforms
60+
nb_execution_excludepatterns += ['neowise-source-table-strategies.md',
61+
'neowise-source-table-lightcurves.md',
62+
'1_Euclid_intro_MER_images.md', '5_Euclid_intro_SPE_catalog.md']
5963

6064
if platform.platform().startswith("mac") or platform.platform().startswith("win"):
6165
# The way the notebooks use the multiprocessing module is known to not work on non-Linux
6266
nb_execution_excludepatterns += ['Parallelize_Convolution.md', 'neowise-source-table-lightcurves.md']
6367

64-
# Euclid data is not yet available publicly
65-
nb_execution_excludepatterns += ['*_Euclid*', '*euclid*']
66-
6768
# -- Options for HTML output -------------------------------------------------
6869

6970
# The theme to use for HTML and HTML Help pages. See the documentation for

tutorials/cloud_access/euclid-cloud-access.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ kernelspec:
1515

1616
+++
1717

18-
19-
```{warning}
20-
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21-
22-
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23-
```
24-
2518
## Learning Goals
2619
By the end of this tutorial, you will:
2720
- Learn where Euclid Q1 data are stored in the cloud.

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ kernelspec:
1515

1616
+++
1717

18-
```{warning}
19-
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
20-
21-
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
22-
```
23-
2418
## Learning Goals
2519

2620
+++

tutorials/euclid_access/2_Euclid_intro_MER_catalog.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ kernelspec:
1515

1616
+++
1717

18-
19-
```{warning}
20-
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21-
22-
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23-
```
24-
2518
## Learning Goals
2619

2720
+++

tutorials/euclid_access/3_Euclid_intro_1D_spectra.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ kernelspec:
1515

1616
+++
1717

18-
19-
```{warning}
20-
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21-
22-
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23-
```
24-
2518
## Learning Goals
2619

2720
+++

tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ kernelspec:
1515

1616
+++
1717

18-
19-
```{warning}
20-
This notebook requires public access to the Euclid Q1 data, therefore is expected to not work before the 19th of March 2025.
21-
22-
We will update the rendered HTML pages with the expected outputs of the code cells once the data is public.
23-
```
24-
2518
## Learning Goals
2619

2720
+++

0 commit comments

Comments
 (0)