Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 46965bf

Browse files
committed
pass on failing cell
1 parent fa3b056 commit 46965bf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

conesearch.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,16 @@
245245
"metadata": {},
246246
"outputs": [],
247247
"source": [
248-
"%%skip\n",
249248
"my_db = vos_catalog.get_remote_catalog_db(conf.conesearch_dbname)\n",
249+
"\n",
250250
"try:\n",
251251
" my_cat = my_db.get_catalog_by_url(result.url)\n",
252+
" print(my_cat.dumps())\n",
252253
"except AttributeError:\n",
253254
" my_cat = my_db.get_catalog_by_url(result.url + \"&\")\n",
254-
"print(my_cat.dumps())"
255+
" print(my_cat.dumps())\n",
256+
"except Exception:\n",
257+
" pass"
255258
]
256259
},
257260
{

0 commit comments

Comments
 (0)