mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 02:37:45 +00:00
Changes default int_func on ShowIncreasingSubsets to np.round
This commit is contained in:
parent
fd1f4313ec
commit
687d70e9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class Write(DrawBorderThenFill):
|
|||
class ShowIncreasingSubsets(Animation):
|
||||
CONFIG = {
|
||||
"suspend_mobject_updating": False,
|
||||
"int_func": np.floor,
|
||||
"int_func": np.round,
|
||||
}
|
||||
|
||||
def __init__(self, group, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue