-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lib): add skip_animations
compatibility
#516
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #516 +/- ##
==========================================
- Coverage 79.56% 79.54% -0.02%
==========================================
Files 23 23
Lines 1962 1965 +3
==========================================
+ Hits 1561 1563 +2
- Misses 401 402 +1 ☔ View full report in Codecov by Sentry. |
Hi @Rapsssito, thanks for your contribution! Small comments:
Many thanks! |
skip_animations
compatibilityskip_animations
compatibility
@jeertmans, I did test the code, but I just checked if the slide was indeed not there... My bad. I am sorry about my ignorance, but how can I test it in |
We don't need to go that far in the testing, especially as it would highly depend on where Manim stores partial animation files. But you could add a test that reads the |
Note, it might be interesting to document this new parameter here: manim-slides/manim_slides/slide/base.py Lines 298 to 341 in ef28230
and mention that it is passed to |
Fixes Issue
Fixes #514
Description
As described in title.
Check List
Check all the applicable boxes: