manim/tests/test_graphical_units
Benjamin Hackl ab57a6eb35
Frame comparison pixel threshold (#3053)
* implemented threshold for number of pixel value errors

* fix implementation, throw proper warning

* added test for pixel value error threshold

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove forgotten debug print

* introduce constants for frame_comparison tolerance

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rename constant

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-01 17:38:44 +00:00
..
control_data Frame comparison pixel threshold (#3053) 2022-12-01 17:38:44 +00:00
img_svg_resources Fixed rendering SVG paths with multiple move commands (#3019) 2022-11-13 06:24:45 +00:00
__init__.py Refactored tests and added new tests tools for videos-tests. (#335) 2020-09-01 23:12:39 +02:00
conftest.py Add vectorized plotting functionality to improve performance (#2739) 2022-06-19 18:10:34 +02:00
test_axes.py Add vectorized plotting functionality to improve performance (#2739) 2022-06-19 18:10:34 +02:00
test_boolops.py Removed unused imports (#2503) 2022-01-30 14:31:45 +00:00
test_brace.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_composition.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_coordinate_systems.py Enabled filling color by value for :class:.OpenGLSurface, replaced `colors keyword argument of :meth:.Surface.set_fill_by_value with colorscale` (#2186) 2022-07-13 18:44:12 +02:00
test_creation.py Fix Bug Uncreate() with rate_func via introducing new parameter reversed to class Animation (#2597) 2022-04-09 09:49:16 +00:00
test_functions.py [pre-commit.ci] pre-commit autoupdate (#2520) 2022-02-09 07:55:56 +08:00
test_geometry.py Created a more accessible way to create Angles with line.py angle function - Angle.from_three_points (#2684) 2022-04-23 11:15:14 +08:00
test_img_and_svg.py Fixed rendering SVG paths with multiple move commands (#3019) 2022-11-13 06:24:45 +00:00
test_indication.py Handle user-defined centers for Wiggle animation (#2648) 2022-04-17 22:23:28 +02:00
test_mobjects.py Implemented :class:.LineJointTypes for both Cairo and OpenGL renderer (#3016) 2022-11-13 16:14:55 -07:00
test_modifier_methods.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_movements.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_numbers.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_opengl.py Added OpenGL compatibility to ThreeDScene.add_fixed_orientation_mobjects and ThreeDScene.add_fixed_in_frame_mobjects (#2158) 2022-02-12 09:47:40 +01:00
test_polyhedra.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_probability.py Improved structure of the :mod:.mobject module (#2476) 2022-02-24 09:29:28 +01:00
test_specialized.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_speed.py Added :class:.ChangeSpeed, an animation wrapper that allows to smoothly change the speed at which an animation is played (#2749) 2022-07-06 16:39:55 +02:00
test_tables.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_tex_mobject.py :class:~.MathTex, :class:~.Tex, :class:~.Text and :class:~.MarkupText inherit color from their parent mobjects. (#2467) 2022-02-19 19:57:19 +01:00
test_text.py Rewrote unstable tests for :mod:.text_mobject to be non-graphical (#2982) 2022-10-26 19:52:08 +02:00
test_threed.py Improved performance of `test_threed.py` (#2893) 2022-07-22 14:21:03 +00:00
test_transform.py Prevent TransformMatchingTex from crashing when there is nothing to fade (#2846) 2022-09-24 16:22:42 +02:00
test_transform_matching_parts.py Prevent TransformMatchingTex from crashing when there is nothing to fade (#2846) 2022-09-24 16:22:42 +02:00
test_updaters.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_utils.py Frame comparison pixel threshold (#3053) 2022-12-01 17:38:44 +00:00
test_vector_scene.py Fixed render flow issues with introducer animations (#2594) 2022-03-08 20:25:04 +00:00