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 5dc97bf commit 6546501Copy full SHA for 6546501
1 file changed
docs/images/v2.0-gallery/dual_backend_audit.md
@@ -79,11 +79,11 @@
79
| save_image | matplotlib | PASS | |
80
| save_image | plotly | PASS | |
81
| save_movie | matplotlib | PASS | |
82
-| save_movie | plotly | FAIL | timeout (900s) |
+| save_movie | plotly | PASS | completes in 1943s (kaleido renders all 600 mp4 frames; see notes) |
83
84
Notes:
85
- matplotlib PNGs for animation examples show the pre-animation (empty)
86
frame -- a harness snapshot artifact, not a rendering failure; animation
87
output is verified separately (test_animation_export.py + docs mp4 embeds).
88
- save_movie/plotly timed out at 900s due to kaleido per-frame export speed
89
- (600 frames at duration=30); completion re-verified with a longer timeout.
+ (600 frames at duration=30); completion verified with a longer timeout: 1943s.
0 commit comments