Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ignore_tutorials/ignore_rendering
Original file line number Diff line number Diff line change
@@ -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
7 changes: 4 additions & 3 deletions tutorials/cosmodc2/cosmoDC2_TAP_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Empty file removed tutorials/euclid_access/.gitkeep
Empty file.