-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
LinearTransformationScene bug(s) #3479
Comments
Realistically this should have been two bugs, but I've been running into a lot of issues with LinearTransformationScene, and I thought it might be easier to create a master-list of sorts. |
It's fine to have issues with multiple things as long as you do the checklist notation! so that we can keep track of it! |
Cool, do the checkmarks I have now work? Or should I make an official to-do list for this issue |
It's fine as it is! |
Description of bug / unexpected behavior
There are a variety of bugs in the LinearTransformationScene. Of note:
ValueError: operands could not be broadcast together with shapes (<coordinate pair>) (<coordinate pair>)
Todo: test with other text-based Mobjects (number, decimal, etc)self.wait()
if not the final statement in the scene causes an error:TypeError: All submobjects must be of type VMobject
Expected behavior
self.wait()
should not cause an error in the middle of the scene.How to reproduce the issue
Code for reproducing the problem
self.wait()
before the end of the scene fails:Additional media files
... there are no files to paste. it fails to render. that's what this bug report is about.
Logs
Terminal output
self.wait()
bug: https://pastebin.com/1tWsVWdXSystem specifications
System Details
python/py/python3 --version
): Python 3.11.6pip list
):LaTeX details
https://i.strange.boats/OHQfaj.txt full list is huge. here's the output.
FFMPEG
Output of
ffmpeg -version
:Additional comments
Text bugs: calling
self.add()
does not errorWait bugs: calling
self.wait()
as the very last action in the scene does not error.The text was updated successfully, but these errors were encountered: