manim/tests
Kian Cross ef00ae5e66
Fix bug in Circle.point_at_angle when angle not in [0, 2 * pi]. (#2613)
When the angle passed to `Circle.point_at_angle` is not in the
interval [0, 2 * pi], an error is thrown.

This commit maps all angles into the interval [0, 2 * pi].
2022-03-12 17:33:46 +01:00
..
control_data Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
helpers Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
opengl Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00
test_graphical_units Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00
test_logging Improved Error in :mod:.utils.tex_file_writing (#2574) 2022-02-26 20:50:11 +01:00
test_plugins Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene_rendering Added support for PySide coordinate system (#2537) 2022-02-19 16:25:26 +00:00
utils Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
conftest.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_animate.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_auto_zoom.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_axes_shift.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_boolean_ops.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_color.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_commands.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_composition.py Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00
test_config.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_coordinate_system.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_copy.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_deprecation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_family.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_file_ops.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_get_set.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_graph.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_hashing.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_ipython_magic.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_markup.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_mobject.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_number_line.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_numbers.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_opengl_metaclass.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_override_animation.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_scene.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_set_attr.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_sound.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_space_ops.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_stroke.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_svg_mobject.py Change color, stroke_color and fill_color fields to properties (#2332) 2022-01-29 07:30:59 +08:00
test_texmobject.py Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
test_text_mobject.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_threed_scene.py Fixed :meth:.ThreeDCamera.remove_fixed_orientation_mobjects (#2487) 2022-02-09 11:57:22 +00:00
test_ticks.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_unit_geometry.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_units.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_value_tracker.py Moved :mod:.value_tracker back inside :mod:.mobject (#2573) 2022-02-25 19:05:22 +00:00
test_vectorized_mobject.py Fix bug in Circle.point_at_angle when angle not in [0, 2 * pi]. (#2613) 2022-03-12 17:33:46 +01:00
test_version.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00