manim/tests/test_graphical_units/control_data
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
..
boolean_ops Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
brace Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
composition Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
coordinate_system fix: Align lines correctly when passing faded_line_ratio property to NumberPlane (#2894) (#2920) 2022-11-05 12:18:11 +00:00
coordinate_systems Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
creation Fix Bug Uncreate() with rate_func via introducing new parameter reversed to class Animation (#2597) 2022-04-09 09:49:16 +00:00
functions Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
geometry 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
img_and_svg Fixed rendering SVG paths with multiple move commands (#3019) 2022-11-13 06:24:45 +00:00
indication Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
mobjects Implemented :class:.LineJointTypes for both Cairo and OpenGL renderer (#3016) 2022-11-13 16:14:55 -07:00
modifier_methods Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
movements Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
numbers Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
opengl 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
plot Add vectorized plotting functionality to improve performance (#2739) 2022-06-19 18:10:34 +02:00
polyhedra Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
probability Refactored :class:~.BarChart and made it inherit from :class:~.Axes. (#2387) 2022-01-16 09:05:50 -05:00
specialized Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
speed 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
tables Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
tex_mobject :class:~.MathTex, :class:~.Tex, :class:~.Text and :class:~.MarkupText inherit color from their parent mobjects. (#2467) 2022-02-19 19:57:19 +01:00
threed Improved performance of `test_threed.py` (#2893) 2022-07-22 14:21:03 +00:00
transform Prevent TransformMatchingTex from crashing when there is nothing to fade (#2846) 2022-09-24 16:22:42 +02:00
transform_matching_parts Prevent TransformMatchingTex from crashing when there is nothing to fade (#2846) 2022-09-24 16:22:42 +02:00
updaters Made frames_comparsion testing utility a proper module of the library (#2346) 2021-12-03 21:18:18 +01:00
utils Frame comparison pixel threshold (#3053) 2022-12-01 17:38:44 +00:00
vector_scene Ported improved implementation of :class:.SVGMobject from 3b1b/manim (#2898) 2022-09-28 18:02:53 +02:00