Skip to content

Removed unnecessary rotation from example #2438

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

Merged
merged 1 commit into from
Jan 22, 2022

Conversation

llricci
Copy link
Contributor

@llricci llricci commented Jan 8, 2022

Overview: What does this pull request change?

  • Add missing parentheses in the files vectorized_mobject.py and opengl_vectorized_mobject.py

Motivation and Explanation: Why and how do your changes improve the library?

  • Just a small enhancement

Links to added or changed documentation pages

Any changed documentation pages

Further Information and Comments

Any additional details

Reviewer Checklist

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • If applicable: newly added functions and classes are tested

@llricci
Copy link
Contributor Author

llricci commented Jan 8, 2022

Why it failed? Apparently the test was exited because of a time out

@behackl
Copy link
Member

behackl commented Jan 10, 2022

I think the build failure was random. However, I'm not sure whether the two rotations are really needed in these two examples--what do you think about removing them?

@behackl behackl added the documentation Improvements or additions to documentation label Jan 10, 2022
@behackl behackl linked an issue Jan 10, 2022 that may be closed by this pull request
@llricci
Copy link
Contributor Author

llricci commented Jan 10, 2022

@behackl sure, I will remove it them.

@Darylgolden
Copy link
Member

@Mergifyio squash

…nim/manim/mobject/types/vectorized_mobject.py and opengl_vectorized_mobject.py) (ManimCommunity#2438)

Add missing () in the files reported in issue ManimCommunity#2389

* Quick fix

* Quick fix

* Removing .rotate()

* Removing .rotate()

* Merge branch 'main' into fix-issue-2389

* Merge branch 'main' into fix-issue-2389
@mergify
Copy link

mergify bot commented Jan 22, 2022

squash

✅ Pull request squashed successfully

@Darylgolden
Copy link
Member

Oops, not what I meant to do...

@Darylgolden
Copy link
Member

@Mergifyio merge

@mergify
Copy link

mergify bot commented Jan 22, 2022

Sorry but I didn't understand the command. Please consult the commands documentation 📚.

@Darylgolden Darylgolden changed the title Add missing () in the files reported in issue #2389 (manim/manim/mobject/types/vectorized_mobject.py and opengl_vectorized_mobject.py) Removed unnecessary rotation in example Jan 22, 2022
@Darylgolden Darylgolden merged commit 6e1ad57 into ManimCommunity:main Jan 22, 2022
@behackl behackl changed the title Removed unnecessary rotation in example Removed unnecessary rotation from example Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation example typo
3 participants