Skip to content

Commit dda001f

Browse files
committed
test more notebooks
1 parent e87aac3 commit dda001f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

examples/permissions.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 2,
32+
"execution_count": null,
3333
"metadata": {},
3434
"outputs": [],
3535
"source": [
@@ -92,7 +92,7 @@
9292
],
9393
"source": [
9494
"root_collection = ge.layer_collection()\n",
95-
"root_of_layerdb = root_collection.items[1].load()\n",
95+
"root_of_layerdb = root_collection.items[0].load()\n",
9696
"layer_id = root_of_layerdb.add_layer(\n",
9797
" name=\"ports clone\",\n",
9898
" description=\"test description\",\n",
@@ -179,7 +179,7 @@
179179
"source": [
180180
"ge.initialize(\"http://localhost:3030/api\")\n",
181181
"root_collection = ge.layer_collection()\n",
182-
"root_of_layerdb = root_collection.items[1].load()\n",
182+
"root_of_layerdb = root_collection.items[0].load()\n",
183183
"\n",
184184
"root_of_layerdb"
185185
]
@@ -261,7 +261,7 @@
261261
"source": [
262262
"ge.initialize(\"http://localhost:3030/api\")\n",
263263
"root_collection = ge.layer_collection()\n",
264-
"root_of_layerdb = root_collection.items[1].load()\n",
264+
"root_of_layerdb = root_collection.items[0].load()\n",
265265
"\n",
266266
"root_of_layerdb"
267267
]
@@ -402,7 +402,7 @@
402402
"ge.initialize(\"http://localhost:3030/api\", (email, password))\n",
403403
"\n",
404404
"root_collection = ge.layer_collection()\n",
405-
"root_of_layerdb = root_collection.items[1].load()\n",
405+
"root_of_layerdb = root_collection.items[0].load()\n",
406406
"\n",
407407
"root_of_layerdb"
408408
]
@@ -469,7 +469,7 @@
469469
"ge.initialize(\"http://localhost:3030/api\", (email, password))\n",
470470
"\n",
471471
"root_collection = ge.layer_collection()\n",
472-
"root_of_layerdb = root_collection.items[1].load()\n",
472+
"root_of_layerdb = root_collection.items[0].load()\n",
473473
"\n",
474474
"root_of_layerdb"
475475
]

test_all_notebooks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
BLACKLIST = [
1212
'copernicus_dataspace.ipynb',
1313
'data_usage.ipynb',
14-
'layers.ipynb',
15-
'permissions.ipynb',
1614
'plots.ipynb',
17-
'raster_dataset.ipynb',
1815
]
1916

2017

0 commit comments

Comments
 (0)