We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745e95b commit 6b7f40eCopy full SHA for 6b7f40e
intermediate/hierarchical_computation.ipynb
@@ -144,7 +144,11 @@
144
"cell_type": "code",
145
"execution_count": null,
146
"id": "12",
147
- "metadata": {},
+ "metadata": {
148
+ "tags": [
149
+ "raises-exception"
150
+ ]
151
+ },
152
"outputs": [],
153
"source": [
154
"np.log(tree)"
@@ -199,7 +203,11 @@
199
203
200
204
201
205
"id": "18",
202
206
207
208
209
210
211
212
213
"tree.map_over_datasets(demean)"
0 commit comments