Leoriem-code
Leoriem-code
Okay, I yield. When testing with doctest, there is no problems, same when using `pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/validate_solutions.py --cov-report=term-missing:skip-covered --cov=. arithmetic_analysis/in_static_equilibrium.py`. I have no idea what cause the error, and...
Unfortunately no, because while we could add the tags automatically, we would sometimes need to remove them (i.e. if there is meat in the recipe). While tedious, it could be...
I didn't find a way to do that other than fading between 2 instance of `Circle` with `ReplacementTransform`. (Mind you, I'm not the most proficient with Manim.) ``` class Test(Scene):...
I tried the code and I have no problem. Does the issue still exist with the most recent version of manimgl ?