mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 21:12:35 +08:00
Get rid of ContinuallyChangingDecimal
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
from big_ol_pile_of_manim_imports import *
|
||||
|
||||
|
||||
# Warning, this file uses ContinualChangingDecimal,
|
||||
# which has since been been deprecated. Use a mobject
|
||||
# updater instead
|
||||
|
||||
|
||||
class GradientDescentWrapper(Scene):
|
||||
def construct(self):
|
||||
title = TextMobject("Gradient descent")
|
||||
|
Reference in New Issue
Block a user