Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing vector space scene #4130

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added comment to one of the type ignore statements.
henrikmidtiby committed Jan 22, 2025
commit c373f549414eada03236f7fd28ec2592c45eb845
2 changes: 2 additions & 0 deletions manim/scene/vector_space_scene.py
Original file line number Diff line number Diff line change
@@ -1250,6 +1250,8 @@ def apply_function(
kwargs["run_time"] = 3
anims = (
[
# TODO
# error: Argument 1 to "ApplyPointwiseFunction" has incompatible type "Callable[[Any], Any]"; expected "MethodType" [arg-type]
ApplyPointwiseFunction(function, t_mob) # type: ignore[arg-type]
for t_mob in self.transformable_mobjects
]
Loading