Skip to content

Commit 6b7f40e

Browse files
committed
add tags
1 parent 745e95b commit 6b7f40e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

intermediate/hierarchical_computation.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@
144144
"cell_type": "code",
145145
"execution_count": null,
146146
"id": "12",
147-
"metadata": {},
147+
"metadata": {
148+
"tags": [
149+
"raises-exception"
150+
]
151+
},
148152
"outputs": [],
149153
"source": [
150154
"np.log(tree)"
@@ -199,7 +203,11 @@
199203
"cell_type": "code",
200204
"execution_count": null,
201205
"id": "18",
202-
"metadata": {},
206+
"metadata": {
207+
"tags": [
208+
"raises-exception"
209+
]
210+
},
203211
"outputs": [],
204212
"source": [
205213
"tree.map_over_datasets(demean)"

0 commit comments

Comments
 (0)