manim/tests/module
Francisco Manríquez Novoa 7879fe4377
Fix VMobject.add_points_as_corners() to return self and safely handle empty points parameter (#4091)
* Fix VMobject.add_points_as_corners() to return self and safely handle case where no points are passed

* Add test_vmobject_add_points_as_corners()

* assert np.allclose() -> np.testing.assert_allclose()
2025-01-05 10:46:43 -03:00
..
animation Call .finish() for every animation in AnimationGroup on finish (#3951) 2024-12-16 11:50:35 -03:00
mobject Fix VMobject.add_points_as_corners() to return self and safely handle empty points parameter (#4091) 2025-01-05 10:46:43 -03:00
scene Add a time property to Scene (#3997) 2024-11-07 21:45:46 +00:00
utils Add darker, lighter and contrasting methods to ManimColor (#3992) 2024-11-25 11:05:08 +01:00