diff --git a/ignore_tutorials/ignore_rendering b/ignore_tutorials/ignore_rendering index 34f5ccb7..6e3f56f4 100644 --- a/ignore_tutorials/ignore_rendering +++ b/ignore_tutorials/ignore_rendering @@ -1,2 +1,4 @@ # Runs out of memory on GHA using the JB2 stack tutorials/parallelize/Parallelize_Convolution +# Uses about 10G of memory which doesn't leave enough for other notebooks +tutorials/parquet-catalog-demos/wise-allwise-catalog-demo diff --git a/tutorials/cosmodc2/cosmoDC2_TAP_access.md b/tutorials/cosmodc2/cosmoDC2_TAP_access.md index 8880033c..a4fcd851 100644 --- a/tutorials/cosmodc2/cosmoDC2_TAP_access.md +++ b/tutorials/cosmodc2/cosmoDC2_TAP_access.md @@ -75,10 +75,11 @@ adql = f"SELECT count(redshift) FROM {tablename}" adql ``` +In order to use TAP with this ADQL string using pyvo, you can do the following: + ```{code-cell} ipython3 -# In order to use TAP with this ADQL string using pyvo, you can do the following: -result = service.run_async(adql) -result +# Uncomment the next line to run the query. Beware that it can take awhile. +# service.run_async(adql) ``` The above query shows that there are 597,488,849 redshifts in this table. diff --git a/tutorials/euclid_access/.gitkeep b/tutorials/euclid_access/.gitkeep deleted file mode 100644 index e69de29b..00000000