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

Fix --fps type conversion to int #2299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShinapriLN
Copy link

Motivation

I'm using a variety of frame rates, and it's inconvenient to change the value in default_config each time.

Proposed changes

Fixed type conversion for the --fps argument as an integer to improve convenience.

Test

Code:
Ran the command manimgl example.py SceneName --fps 240

Result:
The fps value is now passed as an integer without any errors, making it easier to adjust frame rates dynamically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant