Skip to content

Commit 4c1d82e

Browse files
committed
Skip untestable cells in nbval
1 parent 4b12e48 commit 4c1d82e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

examples/Animation.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,11 @@
288288
{
289289
"cell_type": "code",
290290
"execution_count": null,
291-
"metadata": {},
291+
"metadata": {
292+
"tags": [
293+
"nbval-skip"
294+
]
295+
},
292296
"outputs": [],
293297
"source": [
294298
"import numpy as np\n",
@@ -315,7 +319,11 @@
315319
{
316320
"cell_type": "code",
317321
"execution_count": null,
318-
"metadata": {},
322+
"metadata": {
323+
"tags": [
324+
"nbval-skip"
325+
]
326+
},
319327
"outputs": [],
320328
"source": [
321329
"pill_track = NumberKeyframeTrack(name='.morphTargetInfluences[0]', times=[0, 1.5, 3], values=[0, 2.5, 0])\n",
@@ -326,7 +334,11 @@
326334
{
327335
"cell_type": "code",
328336
"execution_count": null,
329-
"metadata": {},
337+
"metadata": {
338+
"tags": [
339+
"nbval-skip"
340+
]
341+
},
330342
"outputs": [],
331343
"source": [
332344
"camera3 = PerspectiveCamera( position=[5, 3, 5], aspect=view_width/view_height)\n",

0 commit comments

Comments
 (0)