A community-maintained Python framework for creating mathematical animations.
1174 matches across 14 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/test_linear_transformation_scene.py | 6 | def test_ghost_vectors_len_and_types(): |
| LOW | tests/test_camera.py | 6 | def test_movingcamera_auto_zoom(): |
| LOW | tests/conftest.py | 57 | def pytest_collection_modifyitems(config, items): |
| LOW | tests/assert_utils.py | 109 | def assert_shallow_dict_compare(a: dict, b: dict, message_start: str) -> None: |
| LOW | tests/test_code_mobject.py | 8 | def test_code_initialization_from_string(): |
| LOW | tests/test_code_mobject.py | 26 | def test_code_initialization_from_file(): |
| LOW | tests/test_code_mobject.py | 37 | def test_line_heights_initial_whitespace(): |
| LOW | tests/test_code_mobject.py | 51 | def test_code_initialization_style_correct_color(): |
| LOW | tests/test_config.py | 46 | def test_resolve_file_extensions(config, format, expected_file_extension): |
| LOW | tests/test_config.py | 77 | def test_transparent_by_background_opacity(config, dry_run): |
| LOW | tests/test_config.py | 213 | def test_dry_run_with_png_format(config, dry_run): |
| LOW | tests/test_config.py | 222 | def test_dry_run_with_png_format_skipped_animations(config, dry_run): |
| LOW | tests/test_config.py | 249 | def test_from_to_animations_only_first_animation(config): |
| LOW | tests/interface/test_commands.py | 28 | def test_manim_cfg_subcommand(): |
| LOW | tests/interface/test_commands.py | 52 | def test_manim_plugins_subcommand(): |
| LOW | tests/interface/test_commands.py | 72 | def test_manim_checkhealth_subcommand(): |
| LOW | tests/interface/test_commands.py | 84 | def test_manim_checkhealth_failing_subcommand(): |
| LOW | tests/interface/test_commands.py | 103 | def test_manim_init_subcommand(): |
| LOW | tests/test_scene_rendering/simple_scenes.py | 75 | def increment_mobject_update_count(mob, dt): |
| LOW | tests/test_scene_rendering/simple_scenes.py | 78 | def increment_scene_update_count(dt): |
| LOW | tests/test_scene_rendering/conftest.py | 46 | def force_window_config_write_to_movie(config): |
| LOW | tests/test_scene_rendering/test_file_writer.py | 150 | def test_scene_with_non_raw_or_wav_audio(config, manim_caplog): |
| LOW | tests/test_scene_rendering/test_file_writer.py | 162 | def test_unicode_partial_movie(config, tmpdir, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 45 | def test_t_values_with_skip_animations(using_temp_config, disabling_caching): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 58 | def test_static_wait_detection(using_temp_config, disabling_caching): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 67 | def test_non_static_wait_detection(using_temp_config, disabling_caching): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 78 | def test_wait_with_stop_condition(using_temp_config, disabling_caching): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 101 | def test_t_values_with_cached_data(using_temp_config): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 115 | def test_t_values_save_last_frame(config, using_temp_config): |
| LOW | tests/test_scene_rendering/test_play_logic.py | 124 | def test_animate_with_changed_custom_attribute(using_temp_config): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 23 | def test_basic_scene_with_default_values(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 119 | def test_s_flag_no_animations(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 167 | def test_s_flag_opengl_renderer(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 281 | def test_custom_output_name_gif(tmp_path, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 455 | def test_videos_not_created_when_png_format_set( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 493 | def test_images_are_created_when_png_format_set( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 520 | def test_images_are_created_when_png_format_set_for_opengl( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 549 | def test_images_are_zero_padded_when_zero_pad_set( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 583 | def test_images_are_zero_padded_when_zero_pad_set_for_opengl( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 653 | def test_default_format_output_for_transparent_flag( |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 690 | def test_mov_can_be_set_as_output_format(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 724 | def test_reproducible_animation(tmp_path: Path, manim_cfg_file, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 795 | def test_dry_run_via_config_file_no_output(tmp_path, simple_scenes_path): |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 24 | def test_skipping_status_with_from_to_and_up_to(using_temp_config, disabling_caching): |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 42 | def test_when_animation_is_cached(using_temp_config): |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 66 | def test_hash_logic_is_not_called_when_caching_is_disabled( |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 77 | def test_hash_logic_is_called_when_caching_is_enabled(using_temp_config): |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 21 | def test_basic_scene_with_default_values(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 126 | def test_s_flag_no_animations(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 152 | def test_image_output_for_static_scene(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 177 | def test_no_image_output_with_interactive_embed( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 207 | def test_no_default_image_output_with_non_static_scene( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 236 | def test_image_output_for_static_scene_with_write_to_movie( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 481 | def test_videos_not_created_when_png_format_set( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 521 | def test_images_are_created_when_png_format_set( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 550 | def test_images_are_zero_padded_when_zero_pad_set( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 622 | def test_default_format_output_for_transparent_flag( |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 662 | def test_mov_can_be_set_as_output_format(tmp_path, manim_cfg_file, simple_scenes_path): |
| LOW | …/test_scene_rendering/opengl/test_play_logic_opengl.py | 42 | def test_t_values_with_skip_animations(using_temp_opengl_config, disabling_caching): |
| LOW | …/test_scene_rendering/opengl/test_play_logic_opengl.py | 55 | def test_static_wait_detection(using_temp_opengl_config, disabling_caching): |
| 490 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/test_ipython_magic.py | 1 | |
| LOW | tests/test_camera.py | 1 | |
| LOW | tests/conftest.py | 1 | |
| LOW | tests/assert_utils.py | 1 | |
| LOW | tests/test_config.py | 1 | |
| LOW | tests/template_generate_graphical_units_data.py | 1 | |
| LOW | tests/template_generate_graphical_units_data.py | 3 | |
| LOW | tests/interface/test_commands.py | 1 | |
| LOW | tests/test_scene_rendering/infallible_scenes.py | 1 | |
| LOW | tests/test_scene_rendering/simple_scenes.py | 1 | |
| LOW | tests/test_scene_rendering/simple_scenes.py | 5 | |
| LOW | tests/test_scene_rendering/conftest.py | 1 | |
| LOW | tests/test_scene_rendering/test_play_logic.py | 1 | |
| LOW | tests/test_scene_rendering/test_caching_related.py | 1 | |
| LOW | tests/test_scene_rendering/test_caching_related.py | 9 | |
| LOW | tests/test_scene_rendering/test_sections.py | 1 | |
| LOW | tests/test_scene_rendering/test_cli_flags.py | 1 | |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 1 | |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 7 | |
| LOW | tests/test_scene_rendering/test_cairo_renderer.py | 10 | |
| LOW | …s/test_scene_rendering/opengl/test_cli_flags_opengl.py | 1 | |
| LOW | …/test_scene_rendering/opengl/test_play_logic_opengl.py | 1 | |
| LOW | …ts/test_scene_rendering/opengl/test_opengl_renderer.py | 1 | |
| LOW | …ts/test_scene_rendering/opengl/test_opengl_renderer.py | 11 | |
| LOW | …_scene_rendering/opengl/test_caching_related_opengl.py | 1 | |
| LOW | tests/module/animation/test_transform.py | 1 | |
| LOW | tests/module/animation/test_animate.py | 1 | |
| LOW | tests/module/animation/test_animation.py | 1 | |
| LOW | tests/module/animation/test_creation.py | 1 | |
| LOW | tests/module/animation/test_composition.py | 1 | |
| LOW | tests/module/animation/test_updaters.py | 1 | |
| LOW | tests/module/animation/test_override_animation.py | 1 | |
| LOW | tests/module/utils/test_deprecation.py | 1 | |
| LOW | tests/module/utils/test_manim_color.py | 1 | |
| LOW | tests/module/utils/test_file_ops.py | 1 | |
| LOW | tests/module/utils/test_file_ops.py | 5 | |
| LOW | tests/module/utils/test_file_ops.py | 7 | |
| LOW | tests/module/utils/test_color_helpers.py | 1 | |
| LOW | tests/module/utils/test_units.py | 1 | |
| LOW | tests/module/utils/test_color.py | 1 | |
| LOW | tests/module/utils/test_hashing.py | 1 | |
| LOW | tests/module/utils/test_space_ops.py | 1 | |
| LOW | tests/module/utils/test_space_ops.py | 6 | |
| LOW | tests/module/utils/test_bezier.py | 1 | |
| LOW | tests/module/scene/test_auto_zoom.py | 1 | |
| LOW | tests/module/scene/test_auto_zoom.py | 3 | |
| LOW | tests/module/scene/test_sound.py | 1 | |
| LOW | tests/module/scene/test_scene.py | 1 | |
| LOW | tests/module/mobject/test_boolean_ops.py | 1 | |
| LOW | tests/module/mobject/test_table.py | 3 | |
| LOW | tests/module/mobject/test_matrix.py | 1 | |
| LOW | tests/module/mobject/test_value_tracker.py | 1 | |
| LOW | tests/module/mobject/test_graph.py | 1 | |
| LOW | tests/module/mobject/svg/test_svg_mobject.py | 1 | |
| LOW | tests/module/mobject/svg/test_svg_mobject.py | 3 | |
| LOW | …module/mobject/types/vectorized_mobject/test_stroke.py | 1 | |
| LOW | tests/module/mobject/graphing/test_coordinate_system.py | 1 | |
| LOW | tests/module/mobject/graphing/test_ticks.py | 1 | |
| LOW | tests/module/mobject/graphing/test_axes_shift.py | 1 | |
| LOW | tests/module/mobject/graphing/test_number_line.py | 1 | |
| 400 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tests/module/utils/test_color_helpers.py | 76 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 78 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 108 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 111 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 122 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 124 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 144 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 146 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 165 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 167 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 183 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 185 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 200 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 202 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 239 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 241 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 34 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/utils/test_color_helpers.py | 36 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/mobject/text/test_texmobject.py | 37 | # --------------------------------------------------------------------------- |
| MEDIUM | tests/module/mobject/text/test_texmobject.py | 39 | # --------------------------------------------------------------------------- |
| MEDIUM | manim/utils/tex_templates.py | 153 | # ----------------------------------------------------------------------------------------- |
| MEDIUM | scripts/release.py | 42 | # ============================================================================= |
| MEDIUM | scripts/release.py | 44 | # ============================================================================= |
| MEDIUM | scripts/release.py | 58 | # ============================================================================= |
| MEDIUM | scripts/release.py | 60 | # ============================================================================= |
| MEDIUM | scripts/release.py | 177 | # ============================================================================= |
| MEDIUM | scripts/release.py | 179 | # ============================================================================= |
| MEDIUM | scripts/release.py | 213 | # ============================================================================= |
| MEDIUM | scripts/release.py | 215 | # ============================================================================= |
| MEDIUM | scripts/release.py | 289 | # ============================================================================= |
| MEDIUM | scripts/release.py | 291 | # ============================================================================= |
| MEDIUM | scripts/release.py | 326 | # ============================================================================= |
| MEDIUM | scripts/release.py | 328 | # ============================================================================= |
| MEDIUM | scripts/release.py | 534 | # ============================================================================= |
| MEDIUM | scripts/release.py | 536 | # ============================================================================= |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | manim/renderer/shader.py | 380 | |
| LOW | manim/renderer/opengl_renderer_window.py | 115 | |
| LOW | manim/utils/deprecation.py | 264 | |
| LOW | manim/utils/deprecation.py | 481 | |
| LOW | manim/utils/bezier.py | 716 | |
| LOW | manim/utils/bezier.py | 1967 | |
| LOW | manim/utils/file_ops.py | 195 | |
| LOW | manim/utils/qhull.py | 178 | |
| LOW | manim/utils/hashing.py | 177 | |
| LOW | manim/utils/tex_file_writing.py | 118 | |
| LOW | manim/utils/color/core.py | 163 | |
| LOW | manim/utils/docbuild/autoaliasattr_directive.py | 100 | |
| LOW | manim/utils/docbuild/module_parsing.py | 62 | |
| LOW | manim/cli/init/commands.py | 100 | |
| LOW | manim/cli/render/commands.py | 71 | |
| LOW | manim/cli/cfg/group.py | 167 | |
| LOW | manim/scene/three_d_scene.py | 211 | |
| LOW | manim/scene/scene_file_writer.py | 627 | |
| LOW | manim/scene/scene_file_writer.py | 733 | |
| LOW | manim/scene/scene.py | 1386 | |
| LOW | manim/scene/scene.py | 1496 | |
| LOW | manim/scene/scene.py | 1620 | |
| LOW | manim/mobject/vector_field.py | 726 | |
| LOW | manim/mobject/graph.py | 319 | |
| LOW | manim/mobject/svg/svg_mobject.py | 264 | |
| LOW | manim/mobject/svg/svg_mobject.py | 322 | |
| LOW | manim/mobject/svg/svg_mobject.py | 561 | |
| LOW | manim/mobject/types/vectorized_mobject.py | 2181 | |
| LOW | manim/mobject/types/vectorized_mobject.py | 2857 | |
| LOW | manim/mobject/three_d/three_dimensions.py | 234 | |
| LOW | manim/mobject/three_d/polyhedra.py | 429 | |
| LOW | manim/mobject/graphing/coordinate_systems.py | 640 | |
| LOW | manim/mobject/graphing/coordinate_systems.py | 1189 | |
| LOW | manim/mobject/graphing/coordinate_systems.py | 3214 | |
| LOW | manim/mobject/graphing/coordinate_systems.py | 3334 | |
| LOW | manim/mobject/geometry/boolean_ops.py | 63 | |
| LOW | manim/mobject/geometry/boolean_ops.py | 112 | |
| LOW | manim/mobject/text/text_mobject.py | 179 | |
| LOW | manim/mobject/text/text_mobject.py | 425 | |
| LOW | manim/mobject/text/text_mobject.py | 732 | |
| LOW | manim/mobject/text/text_mobject.py | 1145 | |
| LOW | manim/mobject/text/tex_mobject.py | 351 | |
| LOW | manim/mobject/text/tex_mobject.py | 465 | |
| LOW | manim/mobject/text/code_mobject.py | 124 | |
| LOW | manim/mobject/opengl/opengl_surface.py | 298 | |
| LOW | manim/mobject/opengl/opengl_mobject.py | 2590 | |
| LOW | manim/mobject/opengl/opengl_vectorized_mobject.py | 626 | |
| LOW | .github/scripts/ci_build_cairo.py | 112 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tests/module/animation/test_updaters.py | 9 | # Create a simple mobject and animation |
| MEDIUM | tests/module/mobject/mobject/test_mobject.py | 237 | # Define a rotation matrix (90 degrees rotation around z-axis) |
| MEDIUM | tests/test_logging/basic_scenes_write_stuff.py | 5 | # This module is used in the CLI tests in tests_CLi.py. |
| MEDIUM | tests/test_logging/basic_scenes_square_to_circle.py | 5 | # This module is used in the CLI tests in tests_CLi.py. |
| MEDIUM | tests/test_logging/basic_scenes_error.py | 5 | # This module is intended to raise an error. |
| MEDIUM | manim/renderer/cairo_renderer.py | 248 | """This method is used internally to check if the current |
| MEDIUM | manim/utils/hashing.py | 178 | """This method is used to serialize objects to JSON format. |
| MEDIUM | manim/utils/color/core.py | 273 | """This function is used as a proxy for constructing a color with an internal |
| MEDIUM | manim/utils/color/core.py | 785 | """This method is intended to be overwritten by custom color space classes |
| MEDIUM | manim/utils/color/core.py | 961 | """This method is currently not implemented. Refer to :func:`color_gradient` for |
| MEDIUM | manim/utils/testing/frames_comparison.py | 252 | # Create the directory if not existing. |
| MEDIUM | manim/scene/zoomed_scene.py | 111 | """This method is used internally by Manim to |
| MEDIUM | manim/scene/zoomed_scene.py | 140 | """This method is used to activate the zooming for the zoomed_camera. |
| MEDIUM | manim/scene/scene_file_writer.py | 640 | fp.write("# This file is used internally by FFMPEG.\n") |
| MEDIUM | manim/mobject/graph.py | 332 | # The following code is SageMath's tree layout implementation, taken from |
| MEDIUM | manim/mobject/svg/svg_mobject.py | 201 | # Create a temporary svg file to dump modified svg to be parsed |
| MEDIUM | manim/mobject/types/vectorized_mobject.py | 1795 | # Create a null path at the very end |
| MEDIUM | manim/mobject/opengl/opengl_vectorized_mobject.py | 1229 | # Create a null path at the very end |
| MEDIUM | example_scenes/customtex.py | 25 | # Create a new template |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | tests/module/mobject/text/test_numbers.py | 0 | test that scale produces the same results as .scale() |
| HIGH | tests/module/mobject/text/test_texmobject.py | 0 | test that scale produces the same results as .scale() |
| HIGH | tests/opengl/test_texmobject_opengl.py | 0 | test that scale produces the same results as .scale() |
| HIGH | tests/opengl/test_numbers_opengl.py | 0 | test that scale produces the same results as .scale() |
| HIGH | tests/test_graphical_units/test_coordinate_systems.py | 0 | test that using `colorscale` generates a line whose gradient matches the y-axis |
| HIGH | tests/test_graphical_units/test_coordinate_systems.py | 0 | test that using `colorscale` generates a line whose gradient matches the y-axis |
| HIGH | tests/opengl/test_coordinate_system_opengl.py | 0 | test that using `colorscale` generates a line whose gradient matches the y-axis |
| HIGH | tests/opengl/test_coordinate_system_opengl.py | 0 | test that using `colorscale` generates a line whose gradient matches the y-axis |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/conftest.py | 19 | except Exception as e: |
| MEDIUM | tests/conftest.py | 14 | def pytest_report_header(config): |
| LOW | manim/renderer/opengl_renderer.py | 551 | except Exception: |
| LOW | manim/utils/module_ops.py | 43 | except Exception as e: |
| LOW | manim/utils/testing/frames_comparison.py | 123 | except Exception: |
| LOW | manim/utils/docbuild/manim_directive.py | 310 | except Exception as e: |
| LOW | manim/cli/render/render_options.py | 54 | except Exception: |
| LOW | manim/cli/render/render_options.py | 59 | except Exception: |
| LOW | manim/cli/render/render_options.py | 98 | except Exception: |
| LOW | manim/cli/render/global_options.py | 49 | except Exception: |
| LOW | manim/cli/render/commands.py | 117 | except Exception: |
| LOW | manim/cli/render/commands.py | 126 | except Exception: |
| LOW | manim/cli/render/commands.py | 149 | except Exception: |
| LOW | manim/scene/three_d_scene.py | 137 | except Exception as e: |
| LOW | manim/scene/three_d_scene.py | 155 | except Exception as e: |
| LOW | manim/mobject/svg/svg_mobject.py | 287 | except Exception: |
| LOW | manim/mobject/svg/svg_mobject.py | 317 | except Exception as e: |
| LOW | manim/mobject/geometry/arc.py | 425 | except Exception: |
| LOW | manim/_config/utils.py | 810 | except Exception: |
| LOW | .github/scripts/ci_build_cairo.py | 160 | except Exception: |
| LOW | example_scenes/advanced_tex_fonts.py | 130 | except Exception: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | manim/scene/scene_file_writer.py | 693 | graph.push(frame) |
| HIGH | manim/scene/scene_file_writer.py | 695 | graph.push(None) # EOF: https://github.com/PyAV-Org/PyAV/issues/886. |
| HIGH | manim/mobject/vector_field.py | 882 | If undefined, it will be selected so that the total animation length is 1.5 times the run time of each strea |
| HIGH | manim/mobject/vector_field.py | 885 | If undefined, the virtual time of the stream lines is used as run time. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | mypy.ini | 21 | # |
| LOW | mypy.ini | 41 | # allow_redefinition = False |
| LOW | manim/animation/indication.py | 421 | # their amplitudes in opposing directions (first ripple from 0 to 1 to 0, |
| LOW | manim/utils/bezier.py | 361 | |
| LOW | manim/utils/bezier.py | 981 | current_number_of_curves, nppc, dim = bezier_tuples.shape |
| LOW | manim/utils/tex_templates.py | 81 | """An instance of a simple TeX template with only basic AMS packages loaded""" |
| LOW | manim/utils/tex_templates.py | 101 | # american_typewriter : "American Typewriter" |
| LOW | manim/utils/tex_templates.py | 121 | # ecf_webster : "ECF Webster (with TX fonts)" |
| LOW | manim/utils/tex_templates.py | 141 | # palatino : "Palatino (Symbol Greek)" |
| LOW | manim/mobject/graphing/coordinate_systems.py | 2161 | # If there's a single coord (coords = [[x y z]]), extract it so that |
| LOW | manim/_config/default.cfg | 1 | # manim.cfg |
| LOW | example_scenes/opengl.py | 421 | self.play(circle.animate.shift(2 * RIGHT).scale(0.25)) |
| LOW | example_scenes/opengl.py | 441 | |
| LOW | example_scenes/basic.py | 1 | #!/usr/bin/env python |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | manim/utils/space_ops.py | 432 | # If it's also too aligned to the Z axis, just return DOWN |
| MEDIUM | manim/utils/space_ops.py | 763 | # Closest point of the detached rings to the aforementioned |
| LOW | manim/utils/hashing.py | 133 | # types. Hence, we simply return the object. |
| LOW | manim/mobject/mobject.py | 3042 | # If empty, simply add n point mobjects |
| LOW | manim/mobject/mobject.py | 3441 | # just return a function that will add the updater |
| LOW | manim/mobject/types/vectorized_mobject.py | 1026 | # TODO remove the value error and just add two parameters with one optional |
| LOW | manim/mobject/opengl/opengl_mobject.py | 2640 | # If empty, simply add n point mobjects |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | docs/source/_static/manim-binder.min.js | 2 | (()=>{var __webpack_modules__={5067:(e,t,i)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActivityMo |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | manim/renderer/shader_wrapper.py | 33 | # Check if what was passed in is already a valid path to a file |
| LOW | manim/utils/deprecation.py | 429 | # Check if decorator is used without parenthesis |
| LOW | manim/utils/docbuild/module_parsing.py | 162 | # Check if this node is a TypeAlias (type <name> = <value>) |
| LOW | manim/utils/docbuild/module_parsing.py | 203 | # Check if it is a typing.TypeVar (<target> = TypeVar(...)). |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | manim/mobject/text/text_mobject.py | 1110 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit." |
| LOW | manim/mobject/text/text_mobject.py | 1110 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit." |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | manim/utils/tex_templates.py | 87 | # Usage: |